1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

25 lines
617 B
Makefile
Raw Normal View History

# New ports collection makefile for: sgrep
# Date created: Apr 29 1998
# Whom: <koshy@india.hp.com>
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= sgrep
2001-02-05 16:35:26 +00:00
PORTVERSION= 0.99
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/
1998-07-07 10:59:53 +00:00
MAINTAINER= jkoshy@freebsd.org
COMMENT= A `grep' for structured text like SGML and HTML
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>