e314fb8238
* Improved error checking and diagnostics * Fixed CAN-1999-1572 * Allow to use --sparse in both copy-in and copy-pass. * Fix bug that eventually caused copying out the same hard-linked file several times to archive. From: Rui Reis
25 lines
446 B
Makefile
25 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.11 2007/04/17 19:46:42 naddy Exp $
|
|
|
|
COMMENT= "GNU copy-in/out (cpio)"
|
|
|
|
DISTNAME= cpio-2.7
|
|
PKGNAME= g${DISTNAME}
|
|
CATEGORIES= archivers
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
|
|
|
|
MODULES= gettext
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --program-prefix="g" \
|
|
--with-rmt=/etc/rmt
|
|
|
|
.include <bsd.port.mk>
|