freebsd-ports/textproc/htmltolatex/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
696 B
Makefile

# ex:ts=8
# New ports collection makefile for: htmltolatex
# Date created: Jan 19, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= htmltolatex
PORTVERSION= 1
PORTREVISION= 7
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.10:${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>