Update mail/geary to version 0.10.0
[dports.git] / textproc / sgrep / Makefile
1 # Created by: <koshy@india.hp.com>
2 # $FreeBSD$
3
4 PORTNAME=       sgrep
5 PORTVERSION=    0.99
6 PORTREVISION=   1
7 CATEGORIES=     textproc
8 MASTER_SITES=   ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \
9                 ${MASTER_SITE_LOCAL}
10 MASTER_SITE_SUBDIR=     jkoshy
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Grep for structured text like SGML and HTML
14
15 CONFLICTS=      sgrep2-1.*
16
17 # Override the install target in the supplied makefile
18 do-install:
19         ${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${STAGEDIR}${PREFIX}/bin
20         ${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${STAGEDIR}${MANPREFIX}/man/man1
21         ${INSTALL_DATA} ${WRKSRC}/sample.sgreprc ${STAGEDIR}${PREFIX}/share/sgreprc
22
23 .include <bsd.port.mk>