diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
commit | 25049e3afaa876ade6944257801c05c14b6ac41f (patch) | |
tree | 9b8c40cd9701bf25113f329f61330c5ecdef2b07 /editors/hexcurse/Makefile | |
parent | 68dabe0e5c40008fa6ebd08a904ea223819c1b1f (diff) | |
download | ports-25049e3afaa876ade6944257801c05c14b6ac41f.tar.gz ports-25049e3afaa876ade6944257801c05c14b6ac41f.zip |
Notes
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> |