2005-05-23 10:56:05 +00:00
|
|
|
# New ports collection makefile for: mdf2iso
|
|
|
|
# Date created: 2005-05-23
|
|
|
|
# Whom: Andrej Zverev <az@inec.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mdf2iso
|
|
|
|
PORTVERSION= 0.3.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://download.berlios.de/${PORTNAME}/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
2005-10-03 12:55:25 +00:00
|
|
|
MAINTAINER= az@FreeBSD.org
|
2005-05-23 10:56:05 +00:00
|
|
|
COMMENT= A Alcohol 120% to ISO converter
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/mdf2iso
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|