diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-09 14:39:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-09 14:39:21 +0000 |
commit | 37c0c346d38cb8acd769494f8bbbdce7ce8a325a (patch) | |
tree | c0802ecbc62b3ebd6a3ce371d751565ac65b2817 /graphics/xfpovray/Makefile | |
parent | a68d3fad3ded9d4ef17284c8efd840c11acab70d (diff) |
Notes
Diffstat (limited to 'graphics/xfpovray/Makefile')
-rw-r--r-- | graphics/xfpovray/Makefile | 25 |
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> |