summaryrefslogtreecommitdiff
path: root/print/teTeX1/Makefile
blob: ad5041f640b7af64c3ab207c027beac1e2bb5b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:20 jlam Exp $
#

DISTNAME=	teTeX-1.0.7
PKGREVISION=	3
CATEGORIES=	print
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www.tug.org/tetex/
COMMENT=	Thomas Esser's TeX distribution for UNIX compatible systems

DEPENDS+=	teTeX-bin-1.0.[7-9]*:../teTeX1-bin
DEPENDS+=	teTeX-sharesrc-1.0.[1-9]*:../teTeX1-sharesrc
DEPENDS+=	texi2html>=1.52:../../textproc/texi2html

EXTRACT_ONLY=   # empty
NO_CHECKSUM=    yes
NO_CONFIGURE=   yes
NO_BUILD=       yes

do-install:	# do nothing

.include "../../mk/bsd.pkg.mk"