1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/quilt/Makefile
Andrew Pantyukhin d04d2421b9 - Add runtime dependencies to run_depends [1]
- Fix plist a bit while I'm here

PR:		ports/107671 [1]
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
Approved by:	Dirk Jagdmann <doj@cubic.org> (maintainer timeout, 15 days)
2007-01-23 10:00:25 +00:00

41 lines
1020 B
Makefile

# New ports collection makefile for: quilt
# Date created: 20 Oct 2006
# Whom: Dirk Jagdmann <doj@cubic.org>
#
# $FreeBSD$
#
PORTNAME= quilt
PORTVERSION= 0.46
CATEGORIES= devel
MASTER_SITES= http://download.savannah.gnu.org/releases/quilt/
MAINTAINER= doj@cubic.org
COMMENT= A collection of bash scripts to ease working with patch files
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
gcp:${PORTSDIR}/sysutils/coreutils \
gsed:${PORTSDIR}/textproc/gsed \
gpatch:${PORTSDIR}/devel/patch \
diffstat:${PORTSDIR}/textproc/diffstat \
rpm:${PORTSDIR}/archivers/rpm
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GMAKE= yes
USE_GETTEXT= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sed=${LOCALBASE}/bin/gsed --without-getopt --with-patch=${LOCALBASE}/bin/gpatch
MAN1= guards.1 quilt.1
PORTDOCS= README* quilt.pdf
post-install:
@if [ ! -f ${PREFIX}/etc/quilt.quiltrc ]; then \
${CP} ${PREFIX}/etc/quilt.quiltrc.sample \
${PREFIX}/etc/quilt.quiltrc ; \
fi
.include <bsd.port.mk>