1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/tth/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: tth
# Date created: 19 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= tth
2000-09-29 12:20:34 +00:00
PORTVERSION= 2.78
CATEGORIES= textproc
2000-06-16 11:48:20 +00:00
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://hutchinson.belmont.ma.us/tth/tth-noncom/
2000-06-16 11:48:20 +00:00
MASTER_SITE_SUBDIR= tg
DISTNAME= tth_C
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2000-06-16 11:41:31 +00:00
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \
latex:${PORTSDIR}/print/teTeX \
pnmtopng:${PORTSDIR}/graphics/pnmtopng \
ppmtogif:${PORTSDIR}/graphics/netpbm
MAN1= tth.1
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} tth.c -o tth -ll
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tth ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/l2h ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin
2000-06-16 11:41:31 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/share/doc/tth
${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth
1998-03-03 13:19:10 +00:00
.if !defined(NOPORTDOCS)
${INSTALL_SCRIPT} ${WRKSRC}/tth_manual.html ${PREFIX}/share/doc/tth
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>