mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
parent
72734182c1
commit
5efebab608
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5236
@ -3,13 +3,14 @@
|
||||
# Date created: 5 December 1996
|
||||
# Whom: Bernd Rosauer <br@schiele-ct.de>
|
||||
#
|
||||
# $Id: Makefile,v 1.12 1996/12/13 07:18:48 tg Exp $
|
||||
# $Id: Makefile,v 1.13 1996/12/13 19:26:48 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= teTeX-src-0.4
|
||||
PKGNAME= teTeX-0.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${TETEX_SITE}/distrib/sources/
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
||||
MASTER_SITE_SUBDIR= systems/unix/teTeX/distrib/sources
|
||||
DISTFILES= ${TETEX_SRC} ${TETEX_LIB}
|
||||
|
||||
MAINTAINER= br@schiele-ct.de
|
||||
@ -22,19 +23,19 @@ USE_GMAKE= yes
|
||||
ALL_TARGET= config clean texhash all
|
||||
INSTALL_TARGET= install ini
|
||||
|
||||
TETEX_SITE= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX
|
||||
TETEX_SRC= teTeX-src-0.4pl3.tar.gz
|
||||
TETEX_LIB= teTeX-lib-0.4pl3.tar.gz
|
||||
WRKLIB= ${WRKDIR}/teTeX
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKDIR} && gzip -dc ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} | tar xf -
|
||||
@cd ${WRKDIR} && tar xfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB}
|
||||
|
||||
pre-install:
|
||||
@chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man
|
||||
@chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB/man/man5/*
|
||||
@ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar xfp -)
|
||||
@ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar xfp -)
|
||||
@find ${WRKLIB}/texmf/fonts -type d -perm 1755 -exec chmod 755 {} \;
|
||||
@ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar --unlink -xpf -)
|
||||
@ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar --unlink -xpf -)
|
||||
@install -c -m 644 -o bin -g bin ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,7 @@
|
||||
teTeX is _the_ _complete_ TeX distribution for UNIX compatible
|
||||
teTeX is _the_ complete TeX distribution for UNIX compatible
|
||||
systems. It contains the latest versions of TeX & friends and
|
||||
nearly everything you need for happy TeX'ing. For more information
|
||||
have a look at the lengthy FEATURES file of the distribution.
|
||||
|
||||
-- Bernd Rosauer
|
||||
br@schiele-ct.de
|
||||
|
@ -3,13 +3,14 @@
|
||||
# Date created: 5 December 1996
|
||||
# Whom: Bernd Rosauer <br@schiele-ct.de>
|
||||
#
|
||||
# $Id: Makefile,v 1.12 1996/12/13 07:18:48 tg Exp $
|
||||
# $Id: Makefile,v 1.13 1996/12/13 19:26:48 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= teTeX-src-0.4
|
||||
PKGNAME= teTeX-0.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${TETEX_SITE}/distrib/sources/
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
||||
MASTER_SITE_SUBDIR= systems/unix/teTeX/distrib/sources
|
||||
DISTFILES= ${TETEX_SRC} ${TETEX_LIB}
|
||||
|
||||
MAINTAINER= br@schiele-ct.de
|
||||
@ -22,19 +23,19 @@ USE_GMAKE= yes
|
||||
ALL_TARGET= config clean texhash all
|
||||
INSTALL_TARGET= install ini
|
||||
|
||||
TETEX_SITE= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX
|
||||
TETEX_SRC= teTeX-src-0.4pl3.tar.gz
|
||||
TETEX_LIB= teTeX-lib-0.4pl3.tar.gz
|
||||
WRKLIB= ${WRKDIR}/teTeX
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKDIR} && gzip -dc ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB} | tar xf -
|
||||
@cd ${WRKDIR} && tar xfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_LIB}
|
||||
|
||||
pre-install:
|
||||
@chown -R bin:bin ${WRKLIB}/info ${WRKLIB}/man
|
||||
@chmod 444 ${WRKLIB}/info/* ${WRKLIB}/man/man1/* ${WRKLIB/man/man5/*
|
||||
@ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar xfp -)
|
||||
@ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar xfp -)
|
||||
@find ${WRKLIB}/texmf/fonts -type d -perm 1755 -exec chmod 755 {} \;
|
||||
@ (cd ${WRKLIB}; tar cf - info man/man1 man/man5) | (cd ${PREFIX}; tar --unlink -xpf -)
|
||||
@ (cd ${WRKLIB}; tar cf - texmf) | (cd ${PREFIX}/share; tar --unlink -xpf -)
|
||||
@install -c -m 644 -o bin -g bin ${WRKLIB}/texmf.cnf ${PREFIX}/share/texmf/web2c
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,7 @@
|
||||
teTeX is _the_ _complete_ TeX distribution for UNIX compatible
|
||||
teTeX is _the_ complete TeX distribution for UNIX compatible
|
||||
systems. It contains the latest versions of TeX & friends and
|
||||
nearly everything you need for happy TeX'ing. For more information
|
||||
have a look at the lengthy FEATURES file of the distribution.
|
||||
|
||||
-- Bernd Rosauer
|
||||
br@schiele-ct.de
|
||||
|
Loading…
Reference in New Issue
Block a user