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-02 00:24:30 +00:00
DISTNAME= agrep-2.04
PKGNAME= ${DISTNAME}p0
1997-12-02 00:24:30 +00:00
CATEGORIES= textproc
2002-10-28 22:43:46 +00:00
2001-01-05 16:35:58 +00:00
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
EXTRACT_SUFX= .tar.Z
2003-11-15 15:12:53 +00:00
# custom
PERMIT_PACKAGE_FTP= may not modify
PERMIT_PACKAGE_CDROM= no fee
2000-03-12 01:07:02 +00:00
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= no fee
2004-12-07 00:23:20 +00:00
WANTLIB= c
2000-03-12 01:07:02 +00:00
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
1997-12-02 00:24:30 +00:00
ALL_TARGET=
2002-10-28 22:43:46 +00:00
NO_REGRESS= Yes
1997-12-02 00:24:30 +00:00
do-install:
2001-01-05 16:35:58 +00: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-02 00:24:30 +00:00
.include <bsd.port.mk>