openbsd-ports/archivers/gcpio/Makefile
naddy e314fb8238 Update to 2.7:
* 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
2007-04-17 19:46:42 +00:00

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>