freebsd-ports/archivers/gcpio/Makefile
Christian Weisgerber 9a5c058dda archivers/gcpio: update to 2.14
User-visible changes:
* New option --ignore-dirnlink
* The --reproducible option now implies --ignore-dirlink
2023-05-04 22:02:40 +02:00

32 lines
526 B
Makefile

PORTNAME= cpio
DISTVERSION= 2.14
CATEGORIES= archivers
MASTER_SITES= GNU
PKGNAMEPREFIX= g
MAINTAINER= naddy@FreeBSD.org
COMMENT= GNU cpio copies files to and from archives
WWW= https://www.gnu.org/software/cpio/
LICENSE= GPLv3
TEST_DEPENDS= autom4te:devel/autoconf
USES= cpe tar:bzip2
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--with-rmt=/etc/rmt
TEST_TARGET= check
INFO= cpio
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>