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