pkgsrc/archivers/gzip/Makefile

23 lines
573 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.31 2014/10/09 14:05:51 wiz 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.pkg.mk"