summaryrefslogtreecommitdiff
path: root/print/tex-ucs/Makefile
blob: 3b6cd4c5217ae882bda81b9bce699079f96c2da4 (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
25
26
27
28
29
30
31
32
# $NetBSD: Makefile,v 1.5 2005/11/13 04:14:31 minskim Exp $
#

DISTNAME=	unicode
PKGNAME=	tex-ucs-20041710
PKGREVISION=	1
CATEGORIES=	print
MASTER_SITES=	http://www.unruh.de/DniQ/latex/unicode/
EXTRACT_SUFX=	.tgz

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://www.unruh.de/DniQ/latex/unicode/
COMMENT=	LaTeX UTF-8 support

WRKSRC=		${WRKDIR}/ucs
NO_CONFIGURE=	yes
NO_BUILD=	yes

UCSFILES=	ucs.sty utf8x.def ucsencs.def
UCSDIR=		${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs

.include "../../print/teTeX/module.mk"

do-install:
	${INSTALL_DATA_DIR} ${UCSDIR}
	(cd ${WRKSRC} && \
	 for f in ${UCSFILES}; do \
	 ${INSTALL_DATA} $$f ${UCSDIR};  \
	 done)
	${CP} -r ${WRKSRC}/data ${UCSDIR}

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