2002-12-29 10:15:18 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2002/12/29 15:15:18 fgsch Exp $
|
2001-03-29 06:41:17 -05: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
|
|
|
|
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
|
|
|
|
2000-06-10 15:10:57 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ARGS+= --program-prefix="g" --disable-uucode --disable-nls
|
2000-03-30 18:24:55 -05:00
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
post-patch:
|
1999-12-15 16:58:47 -05:00
|
|
|
@touch ${WRKSRC}/po/sharutils.pot
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2001-10-04 18:26:48 -04: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>
|