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.
18 lines
545 B
Makefile
18 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:33 wiz Exp $
|
|
|
|
DISTNAME= c2html-20070126
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= http://gavare.se/c2html/src/
|
|
|
|
MAINTAINER= lkundrak@skosi.org
|
|
HOMEPAGE= http://gavare.se/c2html/
|
|
COMMENT= Converts a C source tree to hyperlinked and colored HTML
|
|
|
|
INSTALLATION_DIRS= bin ${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/c2html ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|