1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/archivers/dpkg/Makefile
Koichiro Iwao 1c3fc50cea archives/dpkg: Update to 1.19.7
Also, update maintainer's email.

PR:		241392
Submitted by:	Nathan <ndowens04@gmail.com> (maintainer)
2019-10-25 12:30:19 +00:00

49 lines
1.1 KiB
Makefile

# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= dpkg
PORTVERSION= 1.19.7
CATEGORIES= archivers sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= dpkg_${PORTVERSION}
MAINTAINER= ndowens04@gmail.com
COMMENT= Debian package maintenance system
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= po4a:textproc/po4a \
gtar:archivers/gtar \
gpatch:devel/patch
RUN_DEPENDS= gtar:archivers/gtar \
gpatch:devel/patch
USES= compiler:c11 cpe gmake iconv libtool ncurses perl5 pkgconfig \
tar:xz
CPE_VENDOR= debian
WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION}
DPKGDIR?= /var/db/dpkg
PLIST_SUB= DPKGDIR=${DPKGDIR}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-admindir=${DPKGDIR} \
--libdir=${PREFIX}/libexec \
--with-libintl-prefix=${LOCALBASE} \
--with-logdir=/var/log \
--with-libmd
CONFIGURE_ENV= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}"
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
post-install:
(cd ${STAGEDIR}${DPKGDIR} && ${TOUCH} available.sample \
diversions.sample statoverride.sample status.sample)
.include <bsd.port.mk>