summaryrefslogtreecommitdiff
path: root/textproc/hgrep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hgrep/Makefile')
-rw-r--r--textproc/hgrep/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/hgrep/Makefile b/textproc/hgrep/Makefile
new file mode 100644
index 000000000000..5e18bd366611
--- /dev/null
+++ b/textproc/hgrep/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hgrep
+# Date created: 10. April 2003
+# Whom: Aaron Zauner <az_mail@gmx.at>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hgrep
+PORTVERSION= 1.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.acme.com/software/hgrep/
+DISTNAME= ${PORTNAME}_04oct1999
+
+MAINTAINER= az_mail@gmx.at
+COMMENT= A nice Highlighting Hack for grep
+
+WRKSRC= ${WRKDIR}/hgrep
+
+MAN1= hgrep.1
+MANCOMPRESSED= no
+
+.include <bsd.port.mk>