mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup qt4 1.0
|
|
|
|
name Quarter
|
|
version 1.0.0
|
|
revision 5
|
|
categories graphics devel
|
|
license GPL-2
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description integrates Coin and Qt
|
|
|
|
long_description Quarter is a light-weight glue library that provides \
|
|
seamless integration between Kongsberg SIM's Coin \
|
|
high-level 3D visualization library and Nokia's Qt 2D \
|
|
user interface library.
|
|
|
|
homepage http://www.coin3d.org/lib/quarter/
|
|
master_sites http://ftp.coin3d.org/coin/src/all/
|
|
|
|
checksums md5 73d7c9e1917436e29b128781c997185f \
|
|
sha1 f141490008c3139cb8f01c71148e2dd8802a97d0 \
|
|
rmd160 d954cac8d35e83ffb565c28fd3e28864b8dfa023
|
|
|
|
depends_lib-append port:Coin
|
|
|
|
configure.ldflags-append -L${qt_libs_dir}
|
|
configure.cppflags-append -I${qt_includes_dir}
|
|
configure.args-append --with-qt-designer-plugin-path=${qt_plugins_dir}/designer \
|
|
--without-framework
|