diff options
author | danfe <danfe@FreeBSD.org> | 2007-06-07 20:52:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-06-07 20:52:20 +0800 |
commit | aeccc725ded607cd348a2e196524bb1a99bc770f (patch) | |
tree | 61f41b47e03d1e1fadf253e6bb746fb18da12c59 /graphics/giram | |
parent | eb7d65c2378bf7b9fd3c39a5a7bd5efd183f4a01 (diff) | |
download | freebsd-ports-graphics-aeccc725ded607cd348a2e196524bb1a99bc770f.tar.gz freebsd-ports-graphics-aeccc725ded607cd348a2e196524bb1a99bc770f.tar.zst freebsd-ports-graphics-aeccc725ded607cd348a2e196524bb1a99bc770f.zip |
- Provide alternative distfile location [1]
- Don't mention X prefix
- Pacify portlint(1) a bit
Reported by: fenner's distfile survey [1]
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index c01c2e066e3..42d8ff805bf 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -9,18 +9,20 @@ PORTNAME= giram PORTVERSION= 0.3.5 PORTREVISION= 9 CATEGORIES= graphics -MASTER_SITES= http://www.giram.org/downloads/ +MASTER_SITES= http://www.giram.org/downloads/ \ + http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@FreeBSD.org COMMENT= A POV-Ray oriented modeller LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds -USE_X_PREFIX= yes +USE_GETTEXT= yes USE_PERL5_BUILD=yes USE_GNOME= gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ INTLTOOL_PERL="${PERL}" |