diff options
author | xtraeme <xtraeme> | 2004-07-14 01:12:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-14 01:12:54 +0000 |
commit | cf3d950c9f3a2de4051edc71b7981b018becef16 (patch) | |
tree | 0026b9bf118388dd9b877e4f2254c3e1e06d6924 /sysutils/nrg2iso/Makefile | |
parent | 8c6b8a06487330e4ae7e3eff56a858b4d625fbfa (diff) | |
download | pkgsrc-cf3d950c9f3a2de4051edc71b7981b018becef16.tar.gz |
Initial import of nrg2iso-0.2, contributed by Ola Eriksson in
PR pkg/26088.
Nrg2Iso converts cd images generated by the Windows(TM) program
Nero Burning Rom to ISO format.
Diffstat (limited to 'sysutils/nrg2iso/Makefile')
-rw-r--r-- | sysutils/nrg2iso/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile new file mode 100644 index 00000000000..dc99e5d858c --- /dev/null +++ b/sysutils/nrg2iso/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/14 01:12:54 xtraeme Exp $ +# + +DISTNAME= nrg2iso-0.2 +CATEGORIES= sysutils +MASTER_SITES= http://gregory.kokanosky.free.fr/v4/linux/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html +COMMENT= Converts Nero Burning Roms to ISO images + +USE_BUILDLINK3= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |