mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
25 lines
470 B
Makefile
25 lines
470 B
Makefile
# Created by: 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
|
|
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/nrg2iso
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E \
|
|
-e 's|gcc|${CC} ${CFLAGS}|' \
|
|
${BUILD_WRKSRC}/${MAKEFILE}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|