aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hgrep/Makefile
blob: 5e18bd366611425dce2fb765a477507a33cc07ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>