summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-27 15:19:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-27 15:19:05 +0000
commit33f54adc17d639741ac9749dbd1bdb4881c1d24a (patch)
tree1d3dc77e22038645cee25e36c659edd69ac69c23 /graphics
parent- Support CC/CFLAGS properly (diff)
- Fix loadable module support
- Add missing @dirrm PR: 57284 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=89549
Diffstat (limited to 'graphics')
-rw-r--r--graphics/giram/Makefile12
-rw-r--r--graphics/giram/files/patch-configure2
-rw-r--r--graphics/giram/pkg-plist8
3 files changed, 17 insertions, 5 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 6094b74961a6..97e7489c995d 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -7,17 +7,21 @@
PORTNAME= giram
PORTVERSION= 0.3.5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A POV-Ray oriented modeller
+LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds
+
USE_X_PREFIX= yes
USE_PERL5_BUILD= yes
USE_GNOME= gtk20
USE_GMAKE= yes
USE_LIBTOOL= yes
+LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
INTLTOOL_PERL="${PERL}"
@@ -27,11 +31,11 @@ CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \
MAN1= giram.1
.if defined(WITH_POVRAY31)
-BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray31
-RUN_DEPENDS= povray:${PORTSDIR}/graphics/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
+BUILD_DEPENDS+= povray:${PORTSDIR}/graphics/povray
+RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray
.endif
post-install:
diff --git a/graphics/giram/files/patch-configure b/graphics/giram/files/patch-configure
index 289774907d39..3f6755793913 100644
--- a/graphics/giram/files/patch-configure
+++ b/graphics/giram/files/patch-configure
@@ -8,7 +8,7 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- +@@ -5843,7 +5844,7 @@
+@@ -5843,7 +5844,7 @@
fi
diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist
index 10b1803f5d15..3f801719c32e 100644
--- a/graphics/giram/pkg-plist
+++ b/graphics/giram/pkg-plist
@@ -9,11 +9,17 @@ lib/giram/0.3/color/color1.gcf
lib/giram/0.3/finish/finish1
lib/giram/0.3/giram_logo.ppm
lib/giram/0.3/giram_splash.ppm
+lib/giram/0.3/modules/librender_flat.la
lib/giram/0.3/modules/librender_flat.so
+lib/giram/0.3/modules/librender_gouraud.la
lib/giram/0.3/modules/librender_gouraud.so
+lib/giram/0.3/modules/librender_hiddenfaces.la
lib/giram/0.3/modules/librender_hiddenfaces.so
+lib/giram/0.3/modules/librender_povray.la
lib/giram/0.3/modules/librender_povray.so
+lib/giram/0.3/modules/librender_raytracing.la
lib/giram/0.3/modules/librender_raytracing.so
+lib/giram/0.3/modules/librender_wireframe.la
lib/giram/0.3/modules/librender_wireframe.so
lib/giram/0.3/normal/normal1
lib/giram/0.3/pigment/pigment1
@@ -91,3 +97,5 @@ share/locale/zh_TW/LC_MESSAGES/giram.mo
@dirrm lib/giram/0.3/color
@dirrm lib/giram/0.3
@dirrm lib/giram
+@dirrm etc/giram/0.3
+@dirrm etc/giram