1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/l0pht-watch/Makefile

26 lines
535 B
Makefile
Raw Normal View History

# New ports collection makefile for: l0pht-query
# Date created: 11 Jan 1999
# Whom: Dom Mitchell <dom@happygiraffe.net>
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= l0pht-watch
PORTVERSION= 1.1
CATEGORIES= security
2001-04-22 00:14:12 +00:00
MASTER_SITES= http://www.atstake.com/research/tools/
DISTNAME= ${PORTNAME}
MAINTAINER= dom@happygiraffe.net
2003-02-21 13:28:59 +00:00
COMMENT= A program to report on what goes on in /tmp
PLIST_FILES= bin/temp-watch
WRKSRC= ${WRKDIR}/temp-watch
ALL_TARGET= OpenBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
.include <bsd.port.mk>