head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2012.07.18.17.22.12;	author delphij;	state dead;
branches;
next	1.5;

1.5
date	2012.07.09.11.57.29;	author zeising;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.21.09.59.47;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.16.05.14.28;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.10.19.22.36.24;	author skreuzer;	state dead;
branches;
next	1.1;

1.1
date	2009.10.18.19.07.46;	author skreuzer;	state Exp;
branches;
next	;


desc
@@


1.6
log
@SVN rev 301107 on 2012-07-18 17:22:12Z by delphij

Remove archivers/zlib in favor of base system bundled version.

PR:		ports/169955
Approved by:	maintainer
@
text
@# New ports collection makefile for:	zlib
# Date created:		17 April 2012
# Whom:			Muhammad Moinur Rahman <5u623l20@@gmail.com>
#
# $FreeBSD: ports/archivers/zlib/Makefile,v 1.5 2012/07/09 11:57:29 zeising Exp $
#

PORTNAME=	zlib
PORTVERSION=	1.2.7
CATEGORIES=	archivers
MASTER_SITES=	SF/libpng/${PORTNAME}/${PORTVERSION} \
		http://zlib.net/

MAINTAINER=	5u623l20@@gmail.com
COMMENT=	A Massively Spiffy Yet Delicately Unobtrusive Compression Library

USE_BZIP2=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}
HAS_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN3=		zlib.3
NO_MANCOMPRESS=	yes

PLIST_FILES=	include/zconf.h \
		include/zlib.h \
		lib/libz.so \
		lib/libz.a \
		lib/libz.so.1 \
		lib/libz.so.1.2.7 \
		lib/pkgconfig/zlib.pc
PLIST_DIRS=	lib/pkgconfig

post-patch:
	@@${REINPLACE_CMD} -e '/mandir/s/share\///' ${WRKSRC}/configure

.include <bsd.port.mk>
@


1.5
log
@Update to 1.2.7 to fix build with clang.

PR:		ports/169349
Submitted by:	me
Approved by:	maintainer timeout (16 days), miwi (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Respect Prefix

Approved by:	maintainer via IM
@
text
@d9 1
a9 1
PORTVERSION=	1.2.6
d30 1
a30 1
		lib/libz.so.1.2.6 \
@


1.3
log
@zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
not covered by any patents -- lossless data-compression library for use on
virtually any computer hardware and operating system. The zlib data format is
itself portable across platforms. Unlike the LZW compression method used in Unix
compress(1) and in the GIF image format, the compression method currently used
in zlib essentially never expands the data. (LZW can double or triple the file
size in extreme cases.) zlib's memory footprint is also independent of the input
data and can be reduced, if necessary, at some cost in compression.

WWW: http://zlib.net/

PR:		ports/166991
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@d18 3
d24 1
a33 4
HAS_CONFIGURE=	yes

USE_LDCONFIG=	yes

d36 1
@


1.2
log
@zlib is already in base so this port isn't needed.

Submitted by:   Erik Trulsson <ertr1013@@student.uu.se>
@
text
@d2 2
a3 2
# Date created:		2009-10-18
# Whom:			Steven Kreuzer <skreuzer@@FreeBSD.org>
d5 1
a5 1
# $FreeBSD: ports/archivers/zlib/Makefile,v 1.1 2009/10/18 19:07:46 skreuzer Exp $
d9 1
a9 1
PORTVERSION=	1.2.3
d11 2
a12 2
MASTER_SITES=	http://www.zlib.net/ \
		http://www.gzip.org/zlib/
d14 2
a15 2
MAINTAINER=	skreuzer@@exit2shell.com
COMMENT=	Delicately Unobtrusive Compression Library
d17 1
a17 2
HAS_CONFIGURE=	YES
USE_LDCONFIG=   YES
d20 13
d35 1
a35 3
	@@${REINPLACE_CMD} -e 's|%%MAN3PREFIX%%|${MAN3PREFIX}|' \
		${WRKSRC}/configure

@


1.1
log
@A Massively Spiffy Yet Delicately Unobtrusive Compression Library
@
text
@d5 1
a5 1
# $FreeBSD$
@

