mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# New ports collection makefile for: l0pht-query
|
|
# Date created: 11 Jan 1999
|
|
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= l0pht-watch
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.l0pht.com/advisories/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
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>
|