summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-01-17 15:09:16 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-01-17 15:09:16 +0000
commit4bb34290e6424386efd81735cd0579ee2e2db10a (patch)
tree36458fd3834f41ce0dc41f07f6f9b5fba9bb646f /misc/magicpoint/Makefile
parentUpgrade to 2.87b (diff)
MagicPoint, an X11-based presentation tool.
japanese users should visit ports/japanese/magicpoint too.
Notes
Notes: svn path=/head/; revision=9357
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
new file mode 100644
index 000000000000..8fa644ddc7bd
--- /dev/null
+++ b/misc/magicpoint/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: magicpoint
+# Version required: 1.02a
+# Date created: 24 December 1997
+# Whom: itojun@itojun.org
+#
+# $Id$
+#
+
+DISTNAME= mgp-1.02a
+PKGNAME= magicpoint-1.02a
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/
+
+MAINTAINER= itojun@itojun.org
+
+USE_IMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-vflib
+
+DOCS= COPYRIGHT COPYRIGHT.jp README SYNTAX TODO.jp USAGE USAGE.jp
+SAMPLES= README README.jp ascii.mgp cloud.gif dad.eps dad.gif \
+ default.mgp gradation.mgp mgp-old1.gif mgp-old2.gif \
+ mgp-old3.gif mgp1.gif mgp2.gif mgp3.gif sample.mgp \
+ tutorial.mgp v6.mgp v6header.eps v6header.gif
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/mgp
+ for i in $(DOCS); do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/mgp; \
+ done
+ ${MKDIR} ${PREFIX}/share/doc/mgp/sample
+ for i in $(SAMPLES); do \
+ ${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/mgp/sample; \
+ done
+.endif
+
+.include <bsd.port.mk>