81781b4ba4
does not match -- change to 1.0.[1-9]*
27 lines
627 B
Makefile
27 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/12/26 19:54:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= teTeX-1.0.7
|
|
PKGREVISION= 2
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= hubertf@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
|
|
|
|
USE_BUILDLINK2= 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"
|