mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Fix loadable module support
- Add missing @dirrm PR: 57284 Submitted by: Ports Fury
This commit is contained in:
parent
03d47df143
commit
33f54adc17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89549
@ -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:
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+@@ -5843,7 +5844,7 @@
|
||||
@@ -5843,7 +5844,7 @@
|
||||
fi
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user