openbsd-ports/archivers/gshar+gunshar/Makefile
espie e18d889949 Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
2001-10-04 22:26:48 +00:00

28 lines
623 B
Makefile

# $OpenBSD: Makefile,v 1.18 2001/10/04 22:26:48 espie Exp $
COMMENT= "packing and unpacking of shell archives"
DISTNAME= sharutils-4.2.1
CATEGORIES= archivers
NEED_VERSION= 1.384
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= --program-prefix="g" --disable-uucode --disable-nls
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
# Regression tests apply to uudecode, which we don't build
NO_REGRESS=Yes
.include <bsd.port.mk>