b9398223bd
Approved by: portmgr blanket
26 lines
437 B
Makefile
26 lines
437 B
Makefile
# Created by: Andrej Zverev <az@inec.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mdf2iso
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/mdf2iso/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Alcohol 120% to ISO converter
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= tar:xz
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/mdf2iso
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|