openbsd-ports/devel/quilt/Makefile
landry 4a6a667ccf Fixup/remove some remaining PERMIT_*/REGRESS_* idioms.
spotted by an aggressive bsd.port.mk diff..
2013-03-16 08:25:55 +00:00

54 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/16 08:25:55 landry Exp $
COMMENT= quilt
DISTNAME= quilt-0.60
CATEGORIES= devel
HOMEPAGE= http://savannah.nongnu.org/projects/quilt/
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=quilt/}
MODULE= devel/gettext
USE_GMAKE= Yes
RUN_DEPENDS= devel/gpatch \
lang/gawk \
mail/procmail \
misc/findutils \
misc/gnugetopt \
shells/bash \
sysutils/coreutils \
sysutils/ggrep \
textproc/diffstat \
textproc/gdiff \
textproc/gsed
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-date=${LOCALBASE}/bin/gdate \
--with-diff=${LOCALBASE}/bin/gdiff \
--with-find=${LOCALBASE}/bin/gfind \
--with-getopt=${LOCALBASE}/bin/gnugetopt \
--with-grep=${LOCALBASE}/bin/ggrep \
--with-patch=${LOCALBASE}/bin/gpatch \
--with-sed=${LOCALBASE}/bin/gsed \
--without-patch-wrapper \
--without-rpmbuild
FAKE_FLAGS= BUILD_ROOT=${WRKINST} \
etcdir=${PREFIX}/share/examples/quilt
post-configure:
${SUBST_CMD} ${WRKSRC}/test/delete.test
.include <bsd.port.mk>