2011-12-18 04:01:19 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2011/12/18 09:01:19 ajacoutot Exp $
|
2001-03-29 06:41:17 -05:00
|
|
|
|
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
|
2010-04-15 09:27:47 -04:00
|
|
|
|
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-04-15 09:27:47 -04:00
|
|
|
|
2010-07-11 11:57:46 -04:00
|
|
|
REVISION = 0
|
2004-11-21 07:50:32 -05:00
|
|
|
WANTLIB= c
|
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>
|