freebsd-ports/sysutils/mdf2iso/Makefile
Boris Samorodov c8f661da3b . trim Makefile headers;
. remove the indefinite article from COMMENT;
. remove LICENSE_FILE for the standard one (GPLv2).
2013-05-27 14:17:55 +00:00

21 lines
376 B
Makefile

# 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
.include <bsd.port.mk>