blob: b40f583b305b738ab29762ba272c3ed707a3901b (
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= ports@FreeBSD.org
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>
|