aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/agrep/Makefile
blob: bbf5c6100a87f9b2cf8d7fda6e76885a6b1d1749 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# ex:ts=8
# Ports collection makefile for:  agrep
# Date created:           Fri May 23, 1997
# Whom:               David O'Brien (obrien@FreeBSD.org)
#
# $FreeBSD$
#

PORTNAME=   agrep
PORTVERSION=    2.04
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   ftp://ftp.cs.arizona.edu/agrep/
EXTRACT_SUFX=   .tar.Z
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} agrep.ps.1.Z agrep.ps.2.Z
EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Approximate grep (fast approximate pattern-matching tool)

NO_CDROM=   no redistribution for profit

ALL_TARGET=
MAKE_ARGS=  CFLAGS="${CFLAGS}"
MAN1=       agrep.1
PLIST_FILES=    bin/agrep
PORTDOCS=   COPYRIGHT agrep.algorithms agrep.ps.1.Z agrep.ps.2.Z

post-extract:
    ${CP} ${DISTDIR}/agrep.ps.1.Z ${DISTDIR}/agrep.ps.2.Z ${WRKSRC}/

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/agrep ${PREFIX}/bin/
    @${INSTALL_MAN} ${WRKSRC}/agrep.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif

.include <bsd.port.mk>