pkgsrc/print/teTeX/Makefile
reed dc2d0c90b6 Add note to DESCRiption saying this is a meta-package. (Okayed by
maintainer, kei@.)
Also added "meta-pkgs" to CATEGORIES as a sub-category. (As asked
by maintainer, kei@.)
2004-06-05 21:56:47 +00:00

29 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.36 2004/06/05 21:56:47 reed 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:../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"