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