ajacoutot 7e48e247e2 Import vmdktool-1.4.
The vmdktool utility converts raw filesystems to the VMDK format and vice versa.
It can also produce information for a given VMDK file.

req., tested by and OK reyk@
2016-02-02 23:58:38 +00:00

24 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/02/02 23:58:38 ajacoutot Exp $
COMMENT= VMDK file converter
DISTNAME= vmdktool-1.4
CATEGORIES= sysutils
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c z
MASTER_SITES= http://www.Awfulhak.org/vmdktool/ \
ftp://ftp.Awfulhak.org/pub/vmdktool/ \
http://people.FreeBSD.org/~brian/vmdktool/
ALL_TARGET= vmdktool
FAKE_FLAGS= PREFIX=${TRUEPREFIX}
.include <bsd.port.mk>