1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/sysutils/mdf2iso/Makefile
Andrej Zverev 04b99f7cc7 - Change my e-mail
Approved by: sem (mentor)
2005-10-03 12:55:25 +00:00

25 lines
517 B
Makefile

# 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
MAINTAINER= az@FreeBSD.org
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>