aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gcpio/Makefile
blob: b624f80be354f7a69d7b6bc10c3fb71992c5999d (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
34
35
36
37
38
# $FreeBSD$

PORTNAME=   cpio
PORTVERSION=    2.11
PORTREVISION=   1
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

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --program-prefix=g \
        --disable-silent-rules \
        --with-rmt=/etc/rmt

INFO=       cpio
MAN1=       gcpio.1

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}"
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif

regression-test: build
    @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check

.include <bsd.port.mk>