openbsd-ports/sysutils/vmdktool/Makefile

24 lines
457 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2019/07/12 20:49:54 sthen Exp $
COMMENT= VMDK file converter
DISTNAME= vmdktool-1.4
CATEGORIES= sysutils
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD
PERMIT_PACKAGE= 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>