1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/l0pht-watch/Makefile
Volker Stolz d859e3a10f Provide a local haven for distfile
PR:		ports/97582
Submitted by:	maintainer
2006-05-31 12:29:55 +00:00

27 lines
540 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= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vs
DISTNAME= ${PORTNAME}
MAINTAINER= dom@happygiraffe.net
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>