aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gcpio/Makefile
blob: 7025d2026ee641b05a078d67f4874253e1fe7215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$

PORTNAME=   cpio
PORTVERSION=    2.13
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>