opnsense-ports/sysutils/vmtouch/Makefile
Franco Fichtner 32475b7da0 */*: sync with upstream
Taken from: FreeBSD
2016-01-07 07:38:07 +01:00

25 lines
515 B
Makefile

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
# $FreeBSD$
PORTNAME= vmtouch
PORTVERSION= 1.0.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= sysutils
MAINTAINER= trociny@FreeBSD.org
COMMENT= Virtual Memory Toucher
USE_GITHUB= yes
GH_ACCOUNT= hoytech
USES= perl5
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>