Thu Jan 24 20:09:14 2008 UTC ()
mklivecd has a new and shiny website now, visit me at:

	http://mklivecd.xtrarom.org/


(xtraeme)
diff -r1.42 -r1.43 pkgsrc/sysutils/mklivecd/Makefile

cvs diff -r1.42 -r1.43 pkgsrc/sysutils/mklivecd/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/mklivecd/Makefile 2007/07/03 15:45:06 1.42
+++ pkgsrc/sysutils/mklivecd/Makefile 2008/01/24 20:09:14 1.43
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.42 2007/07/03 15:45:06 xtraeme Exp $ 1# $NetBSD: Makefile,v 1.43 2008/01/24 20:09:14 xtraeme Exp $
2 2
3DISTNAME= mklivecd-0.15.3 3DISTNAME= mklivecd-0.15.3
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8# Please don't commit to that package without permission from 8# Please don't commit to that package without permission from
9# Juan Romero Pardines <xtraeme at NetBSD dot org>. 9# Juan Romero Pardines <xtraeme at NetBSD dot org>.
10MAINTAINER= xtraeme@NetBSD.org 10MAINTAINER= xtraeme@NetBSD.org
 11HOMEPAGE= http://mklivecd.xtrarom.org/
11COMMENT= Make your own NetBSD/x86 Live CD-ROM/DVD-ROM 12COMMENT= Make your own NetBSD/x86 Live CD-ROM/DVD-ROM
12 13
13.include "../../mk/bsd.prefs.mk" 14.include "../../mk/bsd.prefs.mk"
14 15
15DEPENDS+= {cdrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools 16DEPENDS+= {cdrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools
16.if ${MACHINE_ARCH} == "i386" 17.if ${MACHINE_ARCH} == "i386"
17DEPENDS+= grub>=0.97:../../sysutils/grub 18DEPENDS+= grub>=0.97:../../sysutils/grub
18.endif 19.endif
19 20
20PKG_INSTALLATION_TYPES= overwrite pkgviews 21PKG_INSTALLATION_TYPES= overwrite pkgviews
21 22
22ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 23ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64
23 24