summaryrefslogtreecommitdiff
path: root/sysutils/dmesg2gif
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-10-20 03:40:01 +0000
committergrant <grant@pkgsrc.org>2003-10-20 03:40:01 +0000
commit7de417433388a4a4439156a6f5974dc9c5892e4c (patch)
tree833498da680a5aca190b428cb4503282bf112a7c /sysutils/dmesg2gif
parent524abfd827e74e9da860ee857b6bbaf6566cbf15 (diff)
downloadpkgsrc-7de417433388a4a4439156a6f5974dc9c5892e4c.tar.gz
this needs perl and is only (useful) for NetBSD.
move DEPENDS to appease pkglint.
Diffstat (limited to 'sysutils/dmesg2gif')
-rw-r--r--sysutils/dmesg2gif/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/dmesg2gif/Makefile b/sysutils/dmesg2gif/Makefile
index cb229bebee9..3ff638e8637 100644
--- a/sysutils/dmesg2gif/Makefile
+++ b/sysutils/dmesg2gif/Makefile
@@ -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 @@ DISTFILES= # empty
MAINTAINER= hubertf@NetBSD.org
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