mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
561 B
Makefile
24 lines
561 B
Makefile
# New ports collection makefile for: sgrep
|
|
# Date created: Apr 29 1998
|
|
# Whom: <koshy@india.hp.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sgrep
|
|
PORTVERSION= 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>
|