# Created by: ijliao # $FreeBSD$ PORTNAME= htmltolatex PORTVERSION= 1 PORTREVISION= 17 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} MAINTAINER= fbsd-ports@opsec.eu COMMENT= HTML to LaTeX to PDF Converter LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick USES= bison USE_GMAKE= yes MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -DUNIX \ `GraphicsMagick++-config --cppflags`" post-configure: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ -e 's,-lMagick,-lGraphicsMagick,g' \ -e 's,-lstdc++,,' \ -e 's,{quote},{tightquote},' ${WRKSRC}/QA/test1*_baseline*.tex \ ${WRKSRC}/${MAKEFILE} post-build test: @if ! cd ${WRKSRC}/QA && ./run_tests; \ then \ ${CAT} ${WRKSRC}/QA/*.diff; \ exit 1; \ fi do-install: ${INSTALL_PROGRAM} ${WRKSRC}/h2l ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/nmr.tex ${STAGEDIR}${DATADIR} .include >cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/busybox
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces from category sysutilsehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* - Chase busybox-1.22.1-ash.patch size/checksum differences because themandree2014-01-242-3/+11
* Upgrade sysutils/busybox to new stable release 1.22.1.mandree2014-01-2111-103/+1082
* Remove files to make room for import from busybox-unstable.mandree2014-01-212-1039/+0
* Update busybox-unstable to new upstream release 1.22.0.mandree2014-01-021-0/+2
* Convert to staging.mandree2013-12-141-4/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21