1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/textproc/hgrep/Makefile
Will Andrews 450582be58 Add hgrep 1.0, a nice Highlighting Hack for grep.
PR:		52251
Submitted by:	Aaron Zauner <az_mail@gmx.at>
2003-06-03 04:25:42 +00:00

23 lines
427 B
Makefile

# 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>