aboutsummaryrefslogtreecommitdiff
path: root/graphics/giram/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-08-19 12:56:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-08-19 12:56:28 +0000
commit1452f36a56d08d1156373e23f08b8b7217349be4 (patch)
treea525efe50a2c9718f726d981253a518ee53f9887 /graphics/giram/Makefile
parent92c1a1abddd031e91f091b439745352934ca61bc (diff)
downloadports-1452f36a56d08d1156373e23f08b8b7217349be4.tar.gz
ports-1452f36a56d08d1156373e23f08b8b7217349be4.zip
Notes
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r--graphics/giram/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index c1065de3f051..109bdafec669 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -9,10 +9,10 @@ PORTNAME= giram
PORTVERSION= 0.3.5
PORTREVISION= 12
CATEGORIES= graphics
-MASTER_SITES= http://www.giram.org/downloads/ \
- http://freebsd.nsu.ru/distfiles/
+MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \
+ #http://www.giram.org/downloads/
-MAINTAINER= danfe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A POV-Ray oriented modeller
LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphics/lib3ds
@@ -43,6 +43,7 @@ RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray
.endif
MAN1= giram.1
+PORTDOCS= Tutorial
post-patch:
@${REINPLACE_CMD} -e '36s,static ,,' ${WRKSRC}/src/tools/tool_disc.c
@@ -50,7 +51,7 @@ post-patch:
${WRKSRC}/configure
post-install:
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${EXAMPLESDIR}
.endif