summaryrefslogtreecommitdiff
path: root/graphics/4va/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-19 22:48:18 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-19 22:48:18 +0000
commit40d80ef6fd4a9487fefc1ba23ee327f6cd4ca80c (patch)
treed7bd785f280efd2c4654539d2d3ebe04c4962756 /graphics/4va/Makefile
parentWwwaste the manpages. (diff)
Initial import of 4va version 1.21.
A four-dimensional graphics tumbler for X-Windows. PR: 7412 Submitted by: Malte Lance <malte.lance@gmx.net>
Notes
Notes: svn path=/head/; revision=12660
Diffstat (limited to 'graphics/4va/Makefile')
-rw-r--r--graphics/4va/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/4va/Makefile b/graphics/4va/Makefile
new file mode 100644
index 000000000000..963e2af17239
--- /dev/null
+++ b/graphics/4va/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: 4va
+# Version required: 1.21
+# Date created: 26 July 1998
+# Whom: Malte Lance <malte.lance@gmx.net>
+#
+# $Id$
+#
+
+DISTNAME= 4va-1.21
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/graphics/hacks/X
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= malte.lance@gmx.net
+
+MAN1= 4va.1
+
+4VA_REL_DATA_DIR= share/4va-1.21
+4VA_DATA_FILES= 16cell.4vd 24cell.4vd 5cell.4vd 600cell.4vd ctor.4vd \
+ ctor2.4vd hcube.4vd hsph.4vd sin.4vd tripris.4vd
+
+post-extract:
+ @chmod -R go-x ${WRKSRC}/
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/4va ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/4vdmake ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ctorus ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/cutctorus ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/${4VA_REL_DATA_DIR}
+ for i in ${4VA_DATA_FILES}; do \
+ ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${4VA_REL_DATA_DIR}; \
+ done
+ ${INSTALL_MAN} ${WRKSRC}/4va.man ${PREFIX}/man/man1/4va.1
+
+.include <bsd.port.mk>