7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
26 lines
658 B
Makefile
26 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:28 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dmesg2gif-1.3
|
|
PKGREVISION= 6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Output dmesg(8) device tree as GIF image
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
USE_TOOLS+= perl:run
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/dmesg2gif ${DESTDIR}${PREFIX}/bin/dmesg2gif
|
|
${INSTALL_MAN} ${FILESDIR}/dmesg2gif.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dmesg2gif.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|