f986606bb7
Feature safe: yes
22 lines
426 B
Makefile
22 lines
426 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= azet@azet.org
|
|
COMMENT= A nice Highlighting Hack for grep
|
|
|
|
WRKSRC= ${WRKDIR}/hgrep
|
|
|
|
MAN1= hgrep.1
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|