1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/l0pht-watch/Makefile
Steve Price 5a91c9fa2a Initial import of l0pht-watch version 1.0.
A program to report what goes on in /tmp.

PR:		9434
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-01-18 04:21:04 +00:00

24 lines
457 B
Makefile

# New ports collection makefile for: l0pht-query
# Version required: 1.0
# Date created: 11 Jan 1999
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $Id$
#
DISTNAME= l0pht-watch
PKGNAME= l0pht-watch-1.0
CATEGORIES= security
MASTER_SITES= http://www.l0pht.com/advisories/
MAINTAINER= dom@myrddin.demon.co.uk
NO_WRKSUBDIR= yes
ALL_TARGET= OpenBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
.include <bsd.port.mk>