blob: 2094833c57d91969369a322860949ea824655d93 (
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
26
27
28
29
|
# $NetBSD: Makefile,v 1.35 2004/04/25 03:06:39 snj Exp $
#
DISTNAME= teTeX-2.0.2
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://www.tug.org/tetex/
COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems, version 2
DEPENDS+= teTeX-bin>=2.0.2:../teTeX-bin
DEPENDS+= teTeX-sharesrc>=2.0.2:../teTeX-sharesrc
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= teTeX2-[0-9]*
NO_BUILDLINK= yes
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # do nothing
.include "../../mk/bsd.pkg.mk"
|