freebsd-ports/security/l0pht-watch/Makefile
Kris Kennaway 26fd302372 Upgrade to l0pht-watch 1.1
Reviewed by:	Maintainer
1999-12-06 05:15:58 +00:00

24 lines
474 B
Makefile

# New ports collection makefile for: l0pht-query
# Version required: 1.1
# Date created: 11 Jan 1999
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $FreeBSD$
#
DISTNAME= l0pht-watch
PKGNAME= l0pht-watch-1.1
CATEGORIES= security
MASTER_SITES= http://www.l0pht.com/advisories/
MAINTAINER= dom@myrddin.demon.co.uk
WRKSRC= ${WRKDIR}/temp-watch
ALL_TARGET= OpenBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
.include <bsd.port.mk>