freebsd-ports/sysutils/nrg2iso/Makefile
Pav Lucistnik ac2fc1fd71 Add nrg2iso, a utility for converting CD (or DVD) image generated by
Nero Burning Rom to ISO format.

PR:		ports/70473
Submitted by:	Martin Dieringer <Martin.Dieringer@t-online.de>
2004-08-16 08:04:27 +00:00

23 lines
467 B
Makefile

# New ports collection makefile for: nrg2iso
# Date created: 15 Aug 2004
# Whom: dieringe
#
# $FreeBSD$
#
PORTNAME= nrg2iso
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= http://gregory.kokanosky.free.fr/v4/linux/
MAINTAINER= dieringe@zedat.fu-berlin.de
COMMENT= Convert Nero .nrg CD-Image format to ISO
USE_GMAKE= yes
PLIST_FILES= bin/nrg2iso
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin
.include <bsd.port.mk>