head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.09.26.11.16.56;	author culot;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.11.15.52.02;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.04.11.41.17;	author gabor;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.07.07.58.28;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.16.22.17.25;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2006.04.28.02.31.24;	author mnag;	state Exp;
branches;
next	1.5;

1.5
date	2004.04.07.14.44.35;	author trevor;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.07.14.42.59;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.17.01.40.39;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.01.14.34.28;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.09.02.34.50;	author trevor;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# Created by: trevor
# $FreeBSD: head/security/find-zlib/Makefile 304897 2012-09-26 11:16:56Z culot $

PORTNAME=	find_zlib
PORTVERSION=	1.9
CATEGORIES=	security
MASTER_SITES=	http://zlib.net/
DISTNAME=	find-zlib
EXTRACT_SUFX=
EXTRACT_ONLY=

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Scans files for statically linked zlib (libz) code

LICENSE=	GPLv2

NO_BUILD=	none

USE_PERL5_RUN=	yes

PLIST_FILES=	bin/find-zlib

do-install:
	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.11
log
@SVN rev 304897 on 2012-09-26 11:16:56Z by culot

- Update MASTER_SITES and WWW link
- Add LICENSE (GPL 2)

PR:		ports/172054
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.10
log
@- Drop maintainership
@
text
@d1 1
a1 4
# New ports collection makefile for:	find-zlib
# Date created:				2002-05-08
# Whom:					trevor
#
a2 1
#
d7 1
a7 1
MASTER_SITES=	http://www.gzip.org/zlib/
d15 2
a16 1
PLIST_FILES=	bin/find-zlib
d18 1
d21 2
@


1.9
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d16 1
a16 1
MAINTAINER=	miwi@@FreeBSD.org
@


1.8
log
@- Respect DESTDIR for all my ports

Reviewed by:	gabor
Approved by:	krion (mentor)
@
text
@d24 1
a24 1
	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${TARGETDIR}/bin
@


1.7
log
@Obey conventions and change my mail to @@FreeBSD.org address

Approved by:	krion (mentor)
@
text
@d24 1
a24 1
	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
@


1.6
log
@- Take MAINTAINER

PR:		96378
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de>
@
text
@d16 1
a16 1
MAINTAINER=	freebsd@@unixfreunde.de
@


1.5
log
@Drop maintainership.
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@Perl is needed only to run this.
@
text
@d16 1
a16 1
MAINTAINER=	trevor@@FreeBSD.org
@


1.3
log
@Use PLIST_FILES.
@
text
@d21 1
a21 1
USE_PERL5=	yes
@


1.2
log
@Retire comment file.
@
text
@d19 1
a19 1
PLIST=		${WRKDIR}/pkg-plist
a21 3

pre-install:
	${ECHO_CMD} bin/find-zlib > ${PLIST}
@


1.1
log
@Add port of find-zlib, a script which scans for code derived from
zlib.
@
text
@d17 1
@

