mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c82f528fb2
- Pass maintainership to submitter PR: ports/121552 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
26 lines
664 B
Makefile
26 lines
664 B
Makefile
# New ports collection makefile for: info2html
|
|
# Date created: 9 October 1997
|
|
# Whom: wosch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= info2html
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Translate GNU info files into HTML pages
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/info2html ${LOCALBASE}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/infocat ${LOCALBASE}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/info2html.conf ${LOCALBASE}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/info2html.css ${LOCALBASE}/bin
|
|
.include <bsd.port.mk>
|