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