freebsd-ports/textproc/tth/Makefile

42 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: tth
# Version required: 1.30
# Date created: 19 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1998/02/20 08:04:07 tg Exp $
#
DISTNAME= tth_C
PKGNAME= tth-1.30
CATEGORIES= textproc
MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \
ppmtogif:${PORTSDIR}/graphics/netpbm \
latex:${PORTSDIR}/print/teTeX
NO_CDROM= "Don't sell for profit until we have an OK from the author"
NO_WRKSUBDIR= yes
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
${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tth
${INSTALL_SCRIPT} ${WRKSRC}/tth_manual.html ${PREFIX}/share/doc/tth
${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>