summaryrefslogtreecommitdiff
path: root/japanese/teTeX/Makefile
blob: f3a554baae6cd6b2c6d5e178cf1fb4d35f434649 (plain) (blame)
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
28
29
30
31
32
33
34
# $FreeBSD$

PORTNAME=	teTeX
PORTVERSION=	1.6
PORTREVISION=	6
CATEGORIES=	japanese print
MASTER_SITES=	# empty
DISTFILES=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	A meta port for teTeX suite for Japanese (including pTeX and JTeX)

USE_TEX=	base texmf dvipsk ptex
.if !defined(WITHOUT_X11)
USE_TEX+=	xdvik
.endif
TEXMFLOCAL_LSR=	${LOCALBASE}/share/texmf-local/ls-R
TEXMFDISTDIR=	share/texmf-dist

# XXX: We always build in batch mode to disable OPTIONS
#      in print/teTeX-base.
DEPENDS_ARGS+=	BATCH=yes

NO_STAGE=	yes
.include <bsd.port.pre.mk>

do-build:
	@${DO_NADA}

do-install: #emtpy
	@${DO_NADA}

.include <bsd.port.post.mk>