freebsd-ports/textproc/agrep/Makefile

30 lines
679 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: agrep
# Date created: Fri May 23, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
1999-08-30 22:11:56 -04:00
# $FreeBSD$
#
PORTNAME= agrep
2001-02-05 11:35:26 -05:00
PORTVERSION= 2.04
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
2000-02-12 22:25:05 -05:00
MAINTAINER= obrien@NUXI.com
ALL_TARGET=
MAN1= agrep.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/agrep ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/agrep.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/agrep
@${INSTALL_MAN} ${WRKSRC}/agrep.algorithms ${PREFIX}/share/doc/agrep
.endif
.include <bsd.port.mk>