openbsd-ports/archivers/gshar+gunshar/Makefile

24 lines
554 B
Makefile
Raw Normal View History

2002-12-29 10:15:18 -05:00
# $OpenBSD: Makefile,v 1.21 2002/12/29 15:15:18 fgsch Exp $
COMMENT= "packing and unpacking of shell archives"
1997-11-14 19:04:24 -05:00
2000-08-19 20:12:11 -04:00
DISTNAME= sharutils-4.2.1
1997-11-14 19:04:24 -05:00
CATEGORIES= archivers
2002-05-12 17:37:03 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/}
1999-02-19 19:41:53 -05:00
2000-03-26 11:51:22 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= --program-prefix="g" --disable-uucode --disable-nls
1997-11-14 19:04:24 -05:00
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
1997-11-14 19:04:24 -05:00
# Regression tests apply to uudecode, which we don't build
NO_REGRESS=Yes
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>