summaryrefslogtreecommitdiff
path: root/sysutils/nrg2iso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nrg2iso/Makefile')
-rw-r--r--sysutils/nrg2iso/Makefile17
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"