diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-07 12:52:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-07 12:52:20 +0000 |
commit | 48450e9dae0c9424673bbc468ec703b523435b4b (patch) | |
tree | 9fda412f50f7252a47ed0dd840d8f3743629be55 /graphics/giram | |
parent | f8af5c9be66a470b9a825a3fee3a7e606d80568e (diff) |
Notes
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 c01c2e066e39..42d8ff805bf5 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}" |