33 lines
740 B
Makefile
Raw Normal View History

2010-11-20 19:56:47 +00:00
# $OpenBSD: Makefile,v 1.21 2010/11/20 19:56:47 espie Exp $
COMMENT= approximate grep (fast approximate pattern-matching tool)
1997-12-02 00:24:30 +00:00
DISTNAME= agrep-2.04
2010-11-20 19:56:47 +00:00
REVISION = 0
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=
2010-10-19 07:54:21 +00:00
USE_GROFF = Yes
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>