diff --git a/sysutils/Makefile b/sysutils/Makefile index ad8e555fcd9c..a67ad86ef0b5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -276,6 +276,7 @@ SUBDIR += manck SUBDIR += mapchan SUBDIR += mcron + SUBDIR += mdf2iso SUBDIR += memdump SUBDIR += memfetch SUBDIR += memgrep diff --git a/sysutils/mdf2iso/Makefile b/sysutils/mdf2iso/Makefile new file mode 100644 index 000000000000..a455734f50ce --- /dev/null +++ b/sysutils/mdf2iso/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: mdf2iso +# Date created: 2005-05-23 +# Whom: Andrej Zverev +# +# $FreeBSD$ +# + +PORTNAME= mdf2iso +PORTVERSION= 0.3.0 +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= az@inec.ru +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 diff --git a/sysutils/mdf2iso/distinfo b/sysutils/mdf2iso/distinfo new file mode 100644 index 000000000000..76a3649614b3 --- /dev/null +++ b/sysutils/mdf2iso/distinfo @@ -0,0 +1,2 @@ +MD5 (mdf2iso-0.3.0-src.tar.gz) = db0b95e6ca68bf565cdc8d075922635e +SIZE (mdf2iso-0.3.0-src.tar.gz) = 191783 diff --git a/sysutils/mdf2iso/pkg-descr b/sysutils/mdf2iso/pkg-descr new file mode 100644 index 000000000000..ec3bd5ec5c89 --- /dev/null +++ b/sysutils/mdf2iso/pkg-descr @@ -0,0 +1,5 @@ +MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to +the standard ISO-9660 format + +Author: Salvatore Santagati +WWW: http://mdf2iso.berlios.de/