freebsd-ports/security/pscan/Makefile

23 lines
493 B
Makefile
Raw Normal View History

# New ports collection makefile for: pscan
# Date created: 02 September 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pscan
PORTVERSION= 1.3
2001-08-23 05:07:29 -04:00
CATEGORIES= security devel
MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/
DISTNAME= ${PORTNAME}
MAINTAINER= kris@FreeBSD.org
ALL_TARGET= #empty
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats
.include <bsd.port.mk>