1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Fix MASTER_SITES

- Add LICENSE

PR:		160147
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2011-08-26 04:27:33 +00:00
parent f97645efa4
commit bac11a7943
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280476

View File

@ -8,16 +8,19 @@
PORTNAME= mdf2iso
PORTVERSION= 0.3.0
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/${PORTNAME}/
MASTER_SITES= BERLIOS
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A Alcohol 120% to ISO converter
GNU_CONFIGURE= yes
LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/gpl.txt
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
PLIST_FILES= bin/mdf2iso
.include <bsd.port.mk>