pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dmesg2gif this needs perl and is only (useful...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87aa4afecfe2
branches: trunk
changeset: 462948:87aa4afecfe2
user: grant <grant%pkgsrc.org@localhost>
date: Mon Oct 20 03:40:01 2003 +0000
description:
this needs perl and is only (useful) for NetBSD.
move DEPENDS to appease pkglint.
diffstat:
sysutils/dmesg2gif/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 6b143a4269f6 -r 87aa4afecfe2 sysutils/dmesg2gif/Makefile
--- a/sysutils/dmesg2gif/Makefile Mon Oct 20 02:41:29 2003 +0000
+++ b/sysutils/dmesg2gif/Makefile Mon Oct 20 03:40:01 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/10/20 02:06:07 atatat Exp $
+# $NetBSD: Makefile,v 1.3 2003/10/20 03:40:01 grant Exp $
#
DISTNAME= dmesg2gif-1.0
@@ -10,15 +10,19 @@
MAINTAINER= hubertf%NetBSD.org@localhost
COMMENT= Output dmesg(8) device tree as GIF graph
+DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
+
USE_PKGINSTALL= YES
-DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
+ONLY_FOR_PLATFORM= NetBSD-*-*
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_PERL5= run
+
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/dmesg2gif ${PREFIX}/bin/dmesg2gif
Home |
Main Index |
Thread Index |
Old Index