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.
24 lines
632 B
Makefile
24 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/05/29 23:35:21 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= code2html-0.9.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= converters devel textproc
|
|
MASTER_SITES= http://www.palfrader.org/code2html/all/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.palfrader.org/code2html/
|
|
COMMENT= Convert a program source code to syntax highlighted HTML
|
|
|
|
NO_BUILD= yes
|
|
REPLACE_PERL= code2html
|
|
USE_TOOLS+= perl:run
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/code2html ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/code2html.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|