Click here to download the latest ports tree.
PORTNAME=grep
PORTVERSION=2.5
CATEGORIES=system
MASTER_SITES=${MASTER_LFS_SITE}
DISTFILES=${PORTNAME}-${PORTVERSION}.tar.bz2
DIRECTORY=${PORTNAME}-${PORTVERSION}
DESCRIPTION=
MAINTAINER= larry@scrudgeware.org
ifdef BUILD_STATIC
LDFLAGS=-static
CPPFLAGS=-Dre_max_failures=re_max_failures2
CONFIGURE_OPTIONS=--prefix=${PORTS_DIR}/${DISTRO}/static --disable-nls --disable-perl-regexp
else
CONFIGURE_OPTIONS=--prefix=/usr --bindir=/bin
endif
MAKE_INSTALL_OPTIONS=-j1
NO_LINK=yes
NO_REGISTER=yes
include spkg.port.mk