opnsense-ports/textproc/html2tex/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

28 lines
593 B
Makefile

# Created by: martin.dieringer@gmx.de
# $FreeBSD$
PORTNAME= html2tex
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.iwriteiam.nl/
DISTNAME= html2tex_c.txt
EXTRACT_SUFX= # empty
MAINTAINER= martin.dieringer@gmx.de
COMMENT= HTML to LaTeX converter, last modified 2010
PLIST_FILES= bin/html2tex
NO_WRKSUBDIR= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/html2tex.c
do-build:
cd ${WRKSRC} && ${CC} -o html2tex html2tex.c
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} html2tex ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>