mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# Created by: Dom Mitchell <dom@happygiraffe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= l0pht-watch
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= LOCAL
|
|
MASTER_SITE_SUBDIR= 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>
|