37 lines
1,013 B
Makefile
37 lines
1,013 B
Makefile
# $NetBSD: Makefile,v 1.17 2007/05/30 00:26:22 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= tetex-texmf-3.0
|
|
PKGNAME= ${DISTNAME:C/tetex/teTeX/}
|
|
PKGREVISION= 5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
|
|
|
|
MAINTAINER= kei@NetBSD.org,pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/tetex/
|
|
COMMENT= Machine-independent part of teTeX
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= teTeX-share-[0-9]*
|
|
|
|
WRKSRC= ${WRKDIR}/tetex
|
|
EXTRACT_DIR= ${WRKSRC}
|
|
NO_BUILD= yes
|
|
|
|
REPLACE_PERL+= doc/generic/ruhyphen/reduce-patt doc/generic/ruhyphen/sorthyph
|
|
# No dependency on Perl.
|
|
CHECK_INTERPRETER_SKIP+=share/texmf-dist/doc/generic/ruhyphen/reduce-patt \
|
|
share/texmf-dist/doc/generic/ruhyphen/sorthyph
|
|
REPLACE_SH+= doc/latex/bibunits/bibtexall doc/latex/multibib/bibtexall
|
|
USE_TOOLS+= sh:run
|
|
|
|
INSTALLATION_DIRS= share/texmf-dist
|
|
|
|
post-extract:
|
|
rm -f ${WRKSRC}/ls-R
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && pax -wr -s ',.*\.orig$$,,' * ${DESTDIR}${PREFIX}/share/texmf-dist
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|