freebsd-ports/textproc/htmltolatex/Makefile
Josef El-Rayes eb0257ff45 Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.

Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com>
PR:             ports/74487
Approved by:    mat
Reviewed by:    lofi
2004-12-05 15:35:48 +00:00

32 lines
695 B
Makefile

# ex:ts=8
# New ports collection makefile for: htmltolatex
# Date created: Jan 19, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= htmltolatex
PORTVERSION= 1
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML to LaTeX to PDF Converter
LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick
USE_BISON= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
MAKE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -DUNIX"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/h2l ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/nmr.tex ${DATADIR}
.include <bsd.port.mk>