2010-03-25 22:54:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cpio
|
|
|
|
PORTVERSION= 2.11
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2010-03-25 22:54:41 +01:00
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= g
|
|
|
|
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
|
|
COMMENT= GNU cpio copies files to and from archives
|
|
|
|
|
2014-03-13 17:11:14 +01:00
|
|
|
USES= tar:bzip2
|
2010-03-25 22:54:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=g \
|
|
|
|
--disable-silent-rules \
|
|
|
|
--with-rmt=/etc/rmt
|
|
|
|
|
2012-12-18 22:29:04 +01:00
|
|
|
INFO= cpio
|
2013-09-23 17:43:51 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2010-03-25 22:54:41 +01:00
|
|
|
|
|
|
|
regression-test: build
|
2013-12-17 17:01:38 +01:00
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
2010-03-25 22:54:41 +01:00
|
|
|
|
2010-04-19 22:23:00 +02:00
|
|
|
.include <bsd.port.mk>
|