freebsd-ports/security/l0pht-watch/Makefile
Peter Pentchev 6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00

24 lines
454 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
WRKSRC= ${WRKDIR}/temp-watch
ALL_TARGET= OpenBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
.include <bsd.port.mk>