openbsd-ports/textproc/gdiff/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

32 lines
695 B
Makefile

# $OpenBSD: Makefile,v 1.15 2012/03/29 13:39:00 sthen Exp $
COMMENT= GNU versions of the diff utilities
VERSION= 2.8.1
DISTNAME= diffutils-${VERSION}
PKGNAME= gdiff-${VERSION}
REVISION = 0
CATEGORIES= textproc
HOMEPAGE= http://www.gnu.org/software/diffutils/
# GPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
MODULES= devel/gettext
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
USE_GROFF = Yes
.include <bsd.port.mk>