summaryrefslogtreecommitdiff
path: root/sysutils/vmtouch/Makefile
blob: 177864b229d7d28e00b2e26366187a3877d06e97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	vmtouch
PORTVERSION=	1.3.1
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Virtual Memory Toucher
WWW=		https://hoytech.com/vmtouch/

USE_GITHUB=	yes
GH_ACCOUNT=	hoytech
LICENSE=	BSD3CLAUSE

USES=		perl5 uidfix
USE_PERL5=	build # pod2man

PLIST_FILES=	bin/vmtouch \
		share/man/man8/vmtouch.8.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/share/man/man8

.include <bsd.port.mk>