diff options
Diffstat (limited to 'editors/hexpert/Makefile')
| -rw-r--r-- | editors/hexpert/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/hexpert/Makefile b/editors/hexpert/Makefile new file mode 100644 index 000000000000..ee607017e517 --- /dev/null +++ b/editors/hexpert/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: hexpert +# Date created: 09 March 2001 +# Whom: Peter Wemm <peter@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hexpert +PORTVERSION= 2.4 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= peter + +MAINTAINER= peter@FreeBSD.org + +.include <bsd.port.mk> |
