blob: c5061f22765913c3e222d277f36b4eaac65e1367 (
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
|
# $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"
|