pkgsrc/archivers/gzip/Makefile

29 lines
728 B
Makefile

# $NetBSD: Makefile,v 1.34 2015/05/09 23:00:39 sevan Exp $
DISTNAME= gzip-1.6
CATEGORIES= archivers
#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
#EXTRACT_SUFX= .tar.xz
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
COMMENT= Compress or expand files
LICENSE= gnu-gpl-v2
CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
GNU_CONFIGURE= yes
MAKE_FLAGS+= manlinks=so
INFO_FILES= yes
CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped
.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
.include "../../mk/bsd.pkg.mk"