openbsd-ports/textproc/agrep/Makefile

32 lines
736 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2007/09/15 20:59:36 merdely Exp $
COMMENT= approximate grep (fast approximate pattern-matching tool)
1997-12-01 19:24:30 -05:00
DISTNAME= agrep-2.04
PKGNAME= ${DISTNAME}p0
1997-12-01 19:24:30 -05:00
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
2004-12-06 19:23:20 -05:00
WANTLIB= c
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>