openbsd-ports/archivers/gshar+gunshar/Makefile

29 lines
589 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2011/12/18 09:01:19 ajacoutot Exp $
2007-09-15 06:14:32 -04:00
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
2003-05-23 21:33:19 -04:00
# GPL
2000-03-26 11:51:22 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-11 11:57:46 -04:00
REVISION = 0
WANTLIB= c
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>