freebsd-ports/security/find-zlib/Makefile
Gabor Kovesdan 42542fb076 - 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)
2007-08-04 11:41:30 +00:00

26 lines
504 B
Makefile

# New ports collection makefile for: find-zlib
# Date created: 2002-05-08
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= find_zlib
PORTVERSION= 1.9
CATEGORIES= security
MASTER_SITES= http://www.gzip.org/zlib/
DISTNAME= find-zlib
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= miwi@FreeBSD.org
COMMENT= Scans files for statically linked zlib (libz) code
PLIST_FILES= bin/find-zlib
NO_BUILD= none
USE_PERL5_RUN= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>