summaryrefslogtreecommitdiff
path: root/textproc/sgrep2/Makefile
blob: 064c20c8ed7685966dc3b352a70de9b76c155c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for: 	sgrep
# Version required: 			0.99
# Date created:    			Apr 29 1998
# Whom: 				<koshy@india.hp.com>
#
# $FreeBSD$
#

DISTNAME=	sgrep-0.99
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/

MAINTAINER=	jkoshy@freebsd.org

MAN1=		sgrep.1

# Override the install target in the supplied makefile
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${MANPREFIX}/man/man1
	${INSTALL_DATA} ${WRKSRC}/sample.sgreprc ${PREFIX}/share/sgreprc

.include <bsd.port.mk>