[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / teTeX

File: [cvs.NetBSD.org] / pkgsrc / print / teTeX / Attic / Makefile (download)

Revision 1.15, Tue Aug 3 13:29:59 1999 UTC (24 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.14: +15 -42 lines

update to teTeX-1.0.6 (this is a meta pkg, the rest will follow in a minute)

# $NetBSD: Makefile,v 1.15 1999/08/03 13:29:59 hubertf Exp $
#

DISTNAME=	teTeX-1.0.6
CATEGORIES=	print
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	hubertf@netbsd.org

DEPENDS+=	teTeX-bin-1.0.6:../teTeX-bin
DEPENDS+=	teTeX-sharesrc-1.0:../teTeX-sharesrc

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

do-install:
	@${ECHO_MSG} Hello world!

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