summaryrefslogtreecommitdiff
path: root/sysutils/mdf2iso/Makefile
blob: 2683c6fd8a042957ca1a3cd638a5de5c931f1eb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Andrej Zverev <az@inec.ru>
# $FreeBSD$

PORTNAME=	mdf2iso
PORTVERSION=	0.3.0
CATEGORIES=	sysutils
MASTER_SITES=	BERLIOS
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Alcohol 120% to ISO converter

LICENSE=	GPLv2 # (or later)

WRKSRC=		${WRKDIR}/${PORTNAME}

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/mdf2iso

NO_STAGE=	yes
.include <bsd.port.mk>