d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
18 lines
545 B
Makefile
18 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:42:06 wiz Exp $
|
|
|
|
DISTNAME= c2html-20070126
|
|
PKGREVISION= 2
|
|
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"
|