aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nrg2iso/Makefile
blob: 1297b499452a3759a0f34fe3c008a427deafaa5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

post-patch:
	@${REINPLACE_CMD} -E \
		-e 's|gcc|${CC} ${CFLAGS}|' \
		${BUILD_WRKSRC}/${MAKEFILE}

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin

.include <bsd.port.mk>