opnsense-ports/sysutils/vmtouch/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

25 lines
519 B
Makefile

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
PORTNAME= vmtouch
PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= trociny@FreeBSD.org
COMMENT= Virtual Memory Toucher
USE_GITHUB= yes
GH_ACCOUNT= hoytech
LICENSE= BSD3CLAUSE
USES= perl5 uidfix
USE_PERL5= build # pod2man
PLIST_FILES= bin/vmtouch \
man/man8/vmtouch.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>