aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfpovray/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfpovray/Makefile')
-rw-r--r--graphics/xfpovray/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile
new file mode 100644
index 000000000000..5b78563bfda0
--- /dev/null
+++ b/graphics/xfpovray/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xfpovray
+# Version required: 1.2.4
+# Date created: 20 Sep 1997
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= xfpovray-1.2.4
+CATEGORIES= graphics
+MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/software/xfpovray/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.ORG
+
+LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11/xforms
+
+USE_IMAKE= yes
+USE_GMAKE= yes
+NO_INSTALL_MANPAGES= yes
+
+post-patch:
+ @/usr/bin/perl -pi -e "s|@LOCALBASE@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
+
+.include <bsd.port.mk>