aboutsummaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-06-20 22:32:33 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-06-20 22:32:33 +0000
commit1b8af0b6c72697c96a2766f9a84e2e6005548781 (patch)
tree4445c40522af7115953e83f8ac9de5237fdea5d0 /graphics/giram
parent17fdc75f81a9d417cfc5ec9ec810a437e7fe2525 (diff)
downloadports-1b8af0b6c72697c96a2766f9a84e2e6005548781.tar.gz
ports-1b8af0b6c72697c96a2766f9a84e2e6005548781.zip
Switch dependency on povray to povray-meta port.
Clean up port and pacify portlint.
Notes
Notes: svn path=/head/; revision=275936
Diffstat (limited to 'graphics/giram')
-rw-r--r--graphics/giram/Makefile26
-rw-r--r--graphics/giram/distinfo1
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