1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/mdf2iso/Makefile
Martin Wilke bac11a7943 - Fix MASTER_SITES
- Add LICENSE

PR:		160147
Submitted by:	Ports Fury
2011-08-26 04:27:33 +00:00

27 lines
483 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= BERLIOS
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A Alcohol 120% to ISO converter
LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/gpl.txt
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
PLIST_FILES= bin/mdf2iso
.include <bsd.port.mk>