mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
35 lines
514 B
Makefile
35 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cpio
|
|
PORTVERSION= 2.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= GNU
|
|
PKGNAMEPREFIX= g
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= GNU cpio copies files to and from archives
|
|
|
|
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>
|