openbsd-ports/archivers/gtar/Makefile

26 lines
478 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2000/03/30 23:04:10 brad Exp $
1998-01-14 04:23:59 -05:00
1999-07-17 01:05:04 -04:00
DISTNAME= tar-1.13
1998-01-14 04:23:59 -05:00
CATEGORIES= archivers
2000-03-30 17:07:39 -05:00
NEED_VERSION= 1.230
1998-01-14 04:23:59 -05:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 20:38:58 -05:00
MASTER_SITE_SUBDIR= tar
1998-01-14 04:23:59 -05:00
MAINTAINER= niklas@openbsd.org
2000-03-30 17:07:39 -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-03-30 17:07:39 -05:00
FAKE= Yes
2000-03-30 17:07:39 -05:00
SEPARATE_BUILD= simple
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --program-prefix="g"
1998-01-14 04:23:59 -05:00
1999-12-31 19:42:12 -05:00
post-extract:
@rm -f ${WRKSRC}/doc/tar.info*
1998-01-14 04:23:59 -05:00
.include <bsd.port.mk>