mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7b11a55c1a
Submitted by: onigiri
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# New ports collection makefile for: pscan
|
|
# Date created: 02 September 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pscan
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
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>
|