aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mdf2iso/Makefile
blob: bf9020cd097b20bdfcf8f24f872241815fb63a8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>