pkgsrc/devel/zlib/Makefile
agc ce37440799 Simplify this package, and build and install shared libs, by using a
version of the libz Makefile from basesrc to build this package.
Mark this package as only for Solaris platforms.
1999-09-24 14:37:40 +00:00

17 lines
372 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/09/24 14:37:40 agc Exp $
#
DISTNAME= zlib-1.1.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/zlib/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cdrom.com/pub/infozip/zlib/
ONLY_FOR_PLATFORM= SunOS-*-* # in base NetBSD system
MAKEFILE= bsd.mk
INSTALL_TARGET= install includes
.include "../../mk/bsd.pkg.mk"