opnsense-ports/textproc/info_to_html/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
446 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= info_to_html
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= http://www.mons.net/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Translate GNU info files into HTML pages
USES= perl5 shebangfix
NO_BUILD= yes
PLIST_FILES= bin/info_to_html
SHEBANG_FILES= info_to_html
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>