mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# New ports collection makefile for: l0pht-query
|
|
# Date created: 11 Jan 1999
|
|
# Whom: Dom Mitchell <dom@happygiraffe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= l0pht-watch
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.atstake.com/research/tools/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= dom@happygiraffe.net
|
|
COMMENT= A program to report on what goes on in /tmp
|
|
|
|
WRKSRC= ${WRKDIR}/temp-watch
|
|
|
|
ALL_TARGET= OpenBSD
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|