21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: Dom Mitchell <dom@happygiraffe.net>
|
|
|
|
PORTNAME= l0pht-watch
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= LOCAL/vs
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 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 ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|