summaryrefslogtreecommitdiff
path: root/lang/nickle/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-17 08:32:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-17 08:32:28 +0000
commitf72ad262ead51c534a731a5bcd96c3c348d5a2a0 (patch)
tree873aa4988afe32847376a8ad9401033d202a820c /lang/nickle/Makefile
parentRemove setuid root bit from hfaxd and fix a format string error which was (diff)
add nickle
A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com>
Notes
Notes: svn path=/head/; revision=41507
Diffstat (limited to 'lang/nickle/Makefile')
-rw-r--r--lang/nickle/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile
new file mode 100644
index 000000000000..04db138fa441
--- /dev/null
+++ b/lang/nickle/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: nickle
+# Date created: 16 April 2001
+# Whom: Christopher Elkins <chrise@scardini.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nickle
+PORTVERSION= 1.99.2
+CATEGORIES= lang
+MASTER_SITES= http://nickle.keithp.com/release/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+MAN1= nickle.1
+
+.include <bsd.port.mk>