openbsd-ports/textproc/agrep/Makefile
marc d3192aa0ba update NO_CDROM reasons; create new checksum for html-4.0.tar.gz
since the file changed without a version change :-(.
1998-04-12 23:23:00 +00:00

31 lines
752 B
Makefile

# OpenBSD makefile for: agrep
# Version required: 2.04
# Date created: December 1, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.3 1998/04/12 23:23:00 marc Exp $
#
DISTNAME= agrep-2.04
CATEGORIES= textproc
NO_CDROM= "NOFEE: Can not sell"
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
EXTRACT_SUFX= .tar.Z
#DISTFILES= ${DISTNAME}.${EXTRACT_SUFX} agrep.ps.1.Z agrep.ps.2.Z
MAINTAINER= angelos@openbsd.org
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>