openbsd-ports/sysutils/ggrep/Makefile
2005-01-26 16:41:03 +00:00

34 lines
769 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/01/26 16:41:04 naddy Exp $
COMMENT= GNU versions of grep pattern matching utilities
DISTNAME= grep-2.5.1
PKGNAME= g${DISTNAME}p0
CATEGORIES= sysutils
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
MODULES= devel/gettext
LIB_DEPENDS= pcre.0::devel/pcre
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-build:
@perl -i -pe 's/\bgrep\b/ggrep/g' ${WRKBUILD}/src/[ef]grep
.include <bsd.port.mk>