mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Created by: Brian Somers <brian@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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= brian@FreeBSD.org
|
|
COMMENT= Convert VMDK files to/from raw disk images
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
PLIST_FILES= bin/vmdktool \
|
|
man/man8/vmdktool.8.gz
|
|
|
|
.include <bsd.port.mk>
|