diff options
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r-- | editors/hexcurse/Makefile | 20 |
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> |