1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/vmtouch/Makefile
2016-01-07 16:44:42 +00:00

26 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>