2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
18 lines
545 B
Makefile
18 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/06/12 10:51:19 wiz Exp $
|
|
|
|
DISTNAME= c2html-20070126
|
|
PKGREVISION= 4
|
|
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"
|