aboutsummaryrefslogtreecommitdiff
path: root/editors/hexcurse/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-03 11:45:50 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-03 11:45:50 +0000
commit25049e3afaa876ade6944257801c05c14b6ac41f (patch)
tree9b8c40cd9701bf25113f329f61330c5ecdef2b07 /editors/hexcurse/Makefile
parent68dabe0e5c40008fa6ebd08a904ea223819c1b1f (diff)
downloadports-25049e3afaa876ade6944257801c05c14b6ac41f.tar.gz
ports-25049e3afaa876ade6944257801c05c14b6ac41f.zip
Notes
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r--editors/hexcurse/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile
new file mode 100644
index 000000000000..e2af23c1f03d
--- /dev/null
+++ b/editors/hexcurse/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: hexcurse
+# Date created: Jun 3, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= hexcurse
+PORTVERSION= 1.01
+CATEGORIES= editors
+MASTER_SITES= http://jewfish.net/downloads/
+
+MAINTAINER= ijliao@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= hexcurse.1
+
+.include <bsd.port.mk>