diff options
Diffstat (limited to 'graphics/povray37/Makefile')
-rw-r--r-- | graphics/povray37/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile new file mode 100644 index 0000000..ce9fcf1 --- /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> |