diff options
author | makc <makc@FreeBSD.org> | 2011-06-21 06:32:33 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-06-21 06:32:33 +0800 |
commit | e5bc744300b0b44a23d1b7b2af9fddd830386285 (patch) | |
tree | 092f55a6b66f2019ee92e17bb0dded284fd7123d /graphics/giram | |
parent | 98bbcea437843344e9e23785a9f695273cf68825 (diff) | |
download | freebsd-ports-gnome-e5bc744300b0b44a23d1b7b2af9fddd830386285.tar.gz freebsd-ports-gnome-e5bc744300b0b44a23d1b7b2af9fddd830386285.tar.zst freebsd-ports-gnome-e5bc744300b0b44a23d1b7b2af9fddd830386285.zip |
Switch dependency on povray to povray-meta port.
Clean up port and pacify portlint.
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 26 | ||||
-rw-r--r-- | graphics/giram/distinfo | 1 |
2 files changed, 7 insertions, 20 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 5f7063a57b70..acc951725e4e 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -7,40 +7,28 @@ PORTNAME= giram PORTVERSION= 0.3.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics -MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ - #http://www.giram.org/downloads/ +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A POV-Ray oriented modeller LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphics/lib3ds +BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GETTEXT= yes USE_PERL5_BUILD=yes USE_GNOME= gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ INTLTOOL_PERL="${PERL}" CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \ --with-tutorial-path="${DOCSDIR}" \ --with-lib3ds-prefix="${LOCALBASE}" - -OPTIONS= POVRAY31 "Build against POV-Ray 3.1" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_POVRAY31) -BUILD_DEPENDS+= povray:${PORTSDIR}/graphics/povray31 -RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray31 -.else -BUILD_DEPENDS+= povray:${PORTSDIR}/graphics/povray -RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray -.endif +CPPFLAGS= -I${LOCALBASE}/include MAN1= giram.1 @@ -55,4 +43,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/giram/distinfo b/graphics/giram/distinfo index a09a87e9bf14..dd2687c7aefb 100644 --- a/graphics/giram/distinfo +++ b/graphics/giram/distinfo @@ -1,3 +1,2 @@ -MD5 (giram-0.3.5.tar.gz) = 1197134bd838669f202fc2f2f1b5da9b SHA256 (giram-0.3.5.tar.gz) = 8dc6edddb1437476626f9c1ae5e308ea10e5e5d064e441a310b32df763daddd8 SIZE (giram-0.3.5.tar.gz) = 1028404 |