diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:25:42 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:25:42 +0000 |
commit | 450582be5878038f8972e166d4ce4782cf7eff6a (patch) | |
tree | a717aa279a8f4995ced17c1e282f2ef960a82a69 /textproc/hgrep/Makefile | |
parent | Add http_get 1.0, a program to dump http-contents to stdout. (diff) |
Add hgrep 1.0, a nice Highlighting Hack for grep.
PR: 52251
Submitted by: Aaron Zauner <az_mail@gmx.at>
Diffstat (limited to 'textproc/hgrep/Makefile')
-rw-r--r-- | textproc/hgrep/Makefile | 22 |
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> |