summaryrefslogtreecommitdiff
path: root/graphics/gracula/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-10 23:53:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-10 23:53:17 +0000
commitd410b767fe7d734478308ac64f3353d437366194 (patch)
treeff289c75fa89a308302eeeb61f34f7b7a0ad4018 /graphics/gracula/Makefile
parentCope with Fortify in USA. (diff)
Initial import of gracula version 2.30.
A Graphic Counter Language compiler/interpreter. PR: 11953 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
Notes
Notes: svn path=/head/; revision=19408
Diffstat (limited to 'graphics/gracula/Makefile')
-rw-r--r--graphics/gracula/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile
new file mode 100644
index 000000000000..4f32a168dfbd
--- /dev/null
+++ b/graphics/gracula/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gracula
+# Version required: 2.30
+# Date created: 30 May 1999
+# Whom: G. Adam Stanislav <adam@whizkidtech.net>
+#
+# $Id$
+#
+
+DISTNAME= gracula-2.30
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \
+ http://www.whizkidtech.net/gcl/
+
+MAINTAINER= adam@whizkidtech.net
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
+ $(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
+.if !defined (NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/gracula
+ ${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula
+ @echo
+ @echo " Please read the file ${PREFIX}/share/doc/gracula/README"
+ @echo " to learn how to use Graphic Counter Language."
+.endif
+ @echo
+ @echo " An introductory tutorial, and a GCL FAQ, can be found at"
+ @echo " http://www.whizkidtech.net/gcl/"
+ @echo " You should read both to take full advantage of the power"
+ @echo " of Graphic Counter Language."
+ @echo
+ @echo " Also, sample scripts and graphics are available from"
+ @echo " Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/"
+ @echo
+
+.include <bsd.port.mk>