aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/vmdktool/Makefile
blob: a0b8f814e33aa3d05d787454d4d34d7e8cad4950 (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
# New ports collection makefile for:    vmdktool
# Date created:         February 24, 2012
# Whom:                 Brian Somers <brian@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   vmdktool
PORTVERSION=    1.1
CATEGORIES= sysutils
MASTER_SITES=   http://www.Awfulhak.org/vmdktool/ \
        ftp://ftp.Awfulhak.org/pub/vmdktool/ \
        http://people.FreeBSD.org/~brian/vmdktool/

MAINTAINER= brian@FreeBSD.org
COMMENT=    Convert VMDK files to/from raw disk images

LICENSE=    BSD

MAN8=       vmdktool.8

PLIST_FILES=    bin/vmdktool

.include <bsd.port.mk>