6241c4e07b
- install scripts with executable bit set. - style nits (DESCR has 80 columns, make PKGNAME version agnostic, move comment about info file where it belongs, ..). Addresses PR pkg/21702 by Rob Quinn.
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/05/28 20:37:08 salo Exp $
|
|
#
|
|
|
|
DISTNAME= gzip-1.2.4a
|
|
PKGREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
|
|
COMMENT= The "meta-package" for the GZIP compression utility
|
|
|
|
DEPENDS+= gzip-base-1.2.4anb1:../../archivers/gzip-base
|
|
DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= YES
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|