ports/sysutils/vmdktool/Makefile
Renato Botelho 25bd2c915c sysutils/vmdktool: Update manpages path
Move manpages to ${PREFIX}/share/man

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-01-08 13:43:53 -03:00

24 lines
531 B
Makefile

PORTNAME= vmdktool
PORTVERSION= 1.4
CATEGORIES= sysutils
MASTER_SITES= http://www.Awfulhak.org/vmdktool/ \
ftp://ftp.Awfulhak.org/pub/vmdktool/ \
http://people.FreeBSD.org/~brian/vmdktool/
MAINTAINER= garga@FreeBSD.org
COMMENT= Convert VMDK files to/from raw disk images
WWW= http://www.awfulhak.org/vmdktool
LICENSE= BSD2CLAUSE
USES= perl5
# We need the prove utility from Perl 5.
USE_PERL5= test
ALL_TARGET= vmdktool
TEST_TARGET= test
PLIST_FILES= bin/vmdktool \
share/man/man8/vmdktool.8.gz
.include <bsd.port.mk>