# New ports collection makefile for: tth # Date created: 19 Feb 1998 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= tth PORTVERSION= 3.85 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ \ http://redundancy.redundancy.org/mirror/ DISTNAME= tth_C EXTRACT_SUFX= .tgz MAINTAINER= lx@FreeBSD.org COMMENT= A TeX to HTML translator RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm USE_GHOSTSCRIPT_RUN= yes MAN1= tth.1 PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth bin/Xfonts.fix PORTDOCS= license.txt tth_manual.html do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} tth.c -o tth -ll do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tth ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/Xfonts.fix ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${DOCSDIR} .endif @${SED} -e "s,%%PREFIX%%,${PREFIX}," ${PKGMESSAGE} .include od='get'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Take maintainershipbeech2011-03-031-1/+1
| | | | | | PR: ports/155217 Submitted by: chris petrik (c.petrik.sosa@gmail.com) Approved by: itetcu (mentor)(implicit)
* Return these ports to the pool.linimon2011-03-031-1/+1
| | | | | PR: ports/155217 Submitted by: maintainer
* - Pass maintainership to submitterwen2010-10-271-1/+1
| | | | | PR: ports/151754 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (new maintainer)
* fix make -jarved2009-03-242-3/+12
|
* Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1
| | | | reasonable standard.
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Fix build with gcc-4.2beech2007-10-071-4/+4
| | | | | | | | PR: Submitted by: Reviewed by: Approved by: Shaun Amott <shaun@freebsd.org> (maintainer), sat (mentor, implicit)
* Mark as broken with gcc4.2. While here, remove 4.x cruft.linimon2007-10-021-2/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
| | | | Approved by: ahze (mentor)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* - Transfer maintainership to submitter [1]garga2006-02-212-58/+58
| | | | | | | - Use DATADIR macro on IglooFTP PR: ports/93499 Submitted by: Shaun Amott <shaun@inerd.com>
* - Mark as BROKEN on 4.x: Requires more recent libcvs2006-02-142-26/+16
| | | | - Cleanup Makefile-patch while here
* Fix build on 4.xanray2006-02-113-119/+124
| | | | Reported by: pointyhat(kris)
* - Fix "chunk already allocated" erroranray2006-02-077-5/+353
| | | | | | | | | | | | | - Add sanity checking to avoid GTK assertion errors due to missing pixmaps. - Resolve two known vulnerabilities: http://secunia.com/advisories/13536/ - Replace tmpnam with mkstemp - Disallow server-provided absolute filenames Hopefully that's enough to get the port back in action. PR: ports/92787 Submitted by: Shaun Amott <shaun@inerd.com>
* Mark IGNORE since the port crashes at startup:kris2005-12-051-7/+5
| | | | | | IglooFTP in free(): error: chunk is already free Deprecate and expire in 2 months.