pkgsrc/archivers/gzip/Makefile

30 lines
728 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.34 2015/05/09 23:00:39 sevan Exp $
1999-09-18 16:27:54 +02:00
DISTNAME= gzip-1.6
1999-09-18 16:27:54 +02:00
CATEGORIES= archivers
#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
#EXTRACT_SUFX= .tar.xz
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar
1999-09-18 16:27:54 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
1999-09-18 16:27:54 +02:00
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
COMMENT= Compress or expand files
LICENSE= gnu-gpl-v2
1999-09-18 16:27:54 +02:00
CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
1999-09-18 16:27:54 +02:00
GNU_CONFIGURE= yes
MAKE_FLAGS+= manlinks=so
2007-12-22 00:57:41 +01:00
INFO_FILES= yes
CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped
1999-09-18 16:27:54 +02:00
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "AIX"
#bug 20453 in bug-gzip list, passed onto gnulib
CONFIGURE_ENV+= ac_cv_header_wctype_h=no
.endif
1999-09-18 16:27:54 +02:00
.include "../../mk/bsd.pkg.mk"