aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/vntex/Makefile
blob: fc9e466b00959dda670fe177d02bf2571164e929 (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
35
# ex:ts=8
# Ports collection makefile for:  vntex
# Date created:           Tue Feb 06, 2001
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=   vntex
PORTVERSION=    1.0
CATEGORIES= vietnamese print
MASTER_SITES=   http://www.fi.muni.cz/~thanh/download/
DISTNAME=   vntex

MAINTAINER= obrien@FreeBSD.org
COMMENT=    teTeX Vietnamese language + font support

#   actually just need to make sure ${PREFIX}/share/texmf/tex/ exists
RUN_DEPENDS=    virtex:${PORTSDIR}/print/teTeX

USE_ZIP=    yes
NO_BUILD=   yes

do-install:
    @cd ${WRKDIR}/tex ; tar cf - . \
        | (cd ${PREFIX}/share/texmf/tex ; tar --unlink -xpBf -)
    @cd ${WRKDIR}/fonts ; tar cf - . \
        | (cd ${PREFIX}/share/texmf/fonts ; tar --unlink -xpBf -)
    @${PREFIX}/bin/texconfig rehash
.if !defined(NOPORTDOCS)
    @#  ${MKDIR} ${PREFIX}/share/doc/vntex
    @#  ${INSTALL_MAN} ${WRKSRC}/foo.ps ${PREFIX}/share/doc/vntex
.endif

.include <bsd.port.mk>
href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/devel/kdevelop?h=mate-1.18&id=093d6e322751acd96785fdf4b6b1973efcfdf3fa'>Fix typo (autoconf295 -> autoconf259).lofi2004-07-021-1/+1 * Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-022-10/+10 * Update to version 3.2.3lofi2004-06-103-4/+3 * Sync with new bsd.autotools.mkade2004-06-052-3/+42 * Update to KDE 3.2.2lofi2004-04-203-5/+37 * Add missing BUILD_DEPENDS on kdesdk3.lofi2004-04-071-1/+2 * Fix MASTER_SITE_SUBDIR.lofi2004-03-101-1/+1 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-104-42/+73 * Fix build for people with timezone other than CET.lofi2004-02-071-2/+1 * Make fetchablearved2004-02-061-1/+1 * Remove obsolete patch.lofi2004-02-051-29/+0 * Update to KDE 3.2.0lofi2004-02-053-304/+1328 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Declare (or resolve) conflicts for KDE and QT.lofi2003-10-172-3/+3