summaryrefslogtreecommitdiff
path: root/graphics/povray37/Makefile
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1994-12-29 01:10:57 +0000
committerSteven Wallace <swallace@FreeBSD.org>1994-12-29 01:10:57 +0000
commit25e0c8c5df22d2027a670dc6eed5a259cda1ec1f (patch)
tree34586ba3cd633c21133f79c3930aff62123801b2 /graphics/povray37/Makefile
parentunrar added (diff)
Persistence of Vision Ray Tracer version 2.2
Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald)
Notes
Notes: svn path=/head/; revision=643
Diffstat (limited to 'graphics/povray37/Makefile')
-rw-r--r--graphics/povray37/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
new file mode 100644
index 000000000000..ce9fcf185d91
--- /dev/null
+++ b/graphics/povray37/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: POV-Ray
+# Version required: 2.2
+# Date created: 28 Dec 1994
+# Whom: jmacd@uclink.berkeley.edu
+#
+# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
+#
+
+DISTNAME= POV-Ray-2.2
+MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
+DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
+EXTRACT_SUFX= tar.Z
+NO_WRKSUBDIR=
+
+
+.include <bsd.port.mk>