openbsd-ports/textproc/agrep/Makefile

30 lines
707 B
Makefile
Raw Normal View History

2003-11-15 10:12:53 -05:00
# $OpenBSD: Makefile,v 1.16 2003/11/15 15:12:53 sturm Exp $
COMMENT= "approximate grep (fast approximate pattern-matching tool)"
1997-12-01 19:24:30 -05:00
DISTNAME= agrep-2.04
CATEGORIES= textproc
2002-10-28 17:43:46 -05:00
2001-01-05 11:35:58 -05:00
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
EXTRACT_SUFX= .tar.Z
2003-11-15 10:12:53 -05:00
# custom
PERMIT_PACKAGE_FTP= "may not modify"
PERMIT_PACKAGE_CDROM= "no fee"
2000-03-11 20:07:02 -05:00
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
2000-03-11 20:07:02 -05:00
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
1997-12-01 19:24:30 -05:00
ALL_TARGET=
2002-10-28 17:43:46 -05:00
NO_REGRESS= Yes
1997-12-01 19:24:30 -05:00
do-install:
2001-01-05 11:35:58 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/agrep
${INSTALL_PROGRAM} ${WRKSRC}/agrep ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/agrep.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/agrep.algorithms ${PREFIX}/share/doc/agrep
1997-12-01 19:24:30 -05:00
.include <bsd.port.mk>