freebsd-ports/sysutils/vmtouch/Makefile

27 lines
531 B
Makefile
Raw Normal View History

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
# $FreeBSD$
PORTNAME= vmtouch
2017-03-23 13:46:16 +01:00
PORTVERSION= 1.3.0
2016-09-11 15:53:36 +02:00
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= trociny@FreeBSD.org
COMMENT= Virtual Memory Toucher
USE_GITHUB= yes
GH_ACCOUNT= hoytech
2016-09-11 15:53:36 +02:00
LICENSE= BSD3CLAUSE
2016-09-11 15:53:36 +02:00
USES= perl5 uidfix
2016-01-06 19:20:31 +01:00
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>