pkgsrc/archivers/gcpio/Makefile
mef c2e853cfa1 (archivers/gcpio) Updated to 2.13
Version 2.13 - Sergey Poznyakoff, 2019-11-06

* Fix CVE-2015-1197
* Fix CVE-2016-2037
* Fix CVE-2019-14866
2020-02-16 00:35:19 +00:00

46 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.54 2020/02/16 00:35:19 mef Exp $
DISTNAME= cpio-2.13
PKGNAME= g${DISTNAME}
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/cpio/cpio.html
COMMENT= GNU copy-in/out (cpio) with remote magnetic tape (rmt) support
LICENSE= gnu-gpl-v3
CONFLICTS+= gtar-base-[0-9]*
GNU_CONFIGURE= yes
USE_TOOLS+= makeinfo
INFO_FILES= yes
AUTO_MKDIRS= yes
TEST_TARGET= check
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
CONFIGURE_ENV+= gt_cv_func_gnugettext2_libintl=yes
CONFIGURE_ENV+= gt_cv_func_gnugettext3_libintl=yes
CONFIGURE_ARGS+= --program-prefix=g
PLIST_VARS+= rmt
.include "../../mk/bsd.prefs.mk"
# don't include rmt if gtar won't build it
# macOS does not support rmt driver, so it won't be built
.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin"
PLIST.rmt= yes
.endif
post-install:
${LN} -sf ${PREFIX}/bin/gcpio ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/cpio
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/gcpio.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/cpio.1
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/gmt.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/mt.1
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"