blob: 48e187e02de9084e82b9974f518ff005844e628b (
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
|
# $NetBSD: Makefile,v 1.39 2005/07/19 10:15:29 grant Exp $
#
DISTNAME= teTeX-2.0.2
PKGREVISION= 1
CATEGORIES= print meta-pkgs
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:../../print/teTeX-bin
DEPENDS+= teTeX-sharesrc>=2.0.2:../../print/teTeX-sharesrc
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= teTeX2-[0-9]*
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # do nothing
.include "../../mk/bsd.pkg.mk"
|