1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

CATEGORIES+= -> CATEGORIES=

Converted to MAN[1-9]
This commit is contained in:
David E. O'Brien 1996-11-17 08:45:20 +00:00
parent 3b3bd28890
commit e5cc021f77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4539
31 changed files with 120 additions and 150 deletions

View File

@ -3,21 +3,20 @@
# Date created: 6 November 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.6 1996/04/02 20:33:42 jmz Exp $
# $Id: Makefile,v 1.7 1996/05/27 08:47:50 asami Exp $
#
DISTNAME= a2ps
PKGNAME= a2ps-${PAPERSIZE}-4.3
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/format.translators/
DISTFILES= a2ps.V4.3.tar.gz
MAINTAINER= jmz@FreeBSD.org
NO_WRKSUBDIR= yes
MAKE_FLAGS?= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f
NO_WRKSUBDIR= yes
MAN1= a2ps.1
letter::
${MAKE} PAPERSIZE=letter
@ -66,14 +65,11 @@ pre-fetch:
.endif
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
@(cd ${WRKSRC}; make install.man)
post-install:
.if !defined(NOMANCOMPRESS)
gzip -nf ${PREFIX}/man/man1/a2ps.1
.endif
strip ${PREFIX}/bin/a2ps
.include <bsd.port.mk>

View File

@ -3,21 +3,20 @@
# Date created: 6 November 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.6 1996/04/02 20:33:42 jmz Exp $
# $Id: Makefile,v 1.7 1996/05/27 08:47:50 asami Exp $
#
DISTNAME= a2ps
PKGNAME= a2ps-${PAPERSIZE}-4.3
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/format.translators/
DISTFILES= a2ps.V4.3.tar.gz
MAINTAINER= jmz@FreeBSD.org
NO_WRKSUBDIR= yes
MAKE_FLAGS?= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f
NO_WRKSUBDIR= yes
MAN1= a2ps.1
letter::
${MAKE} PAPERSIZE=letter
@ -66,14 +65,11 @@ pre-fetch:
.endif
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
@(cd ${WRKSRC}; make install.man)
post-install:
.if !defined(NOMANCOMPRESS)
gzip -nf ${PREFIX}/man/man1/a2ps.1
.endif
strip ${PREFIX}/bin/a2ps
.include <bsd.port.mk>

View File

@ -3,12 +3,12 @@
# Date created: 23 November 1994
# Whom: ljo
#
# $Id: Makefile,v 1.5 1995/04/21 00:20:43 jmz Exp $
# $Id: Makefile,v 1.6 1995/11/22 13:17:53 asami Exp $
#
DISTNAME= afm
PKGNAME= afm-1.0
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://sgi.com/sgi/fax/source/
EXTRACT_SUFX= -tar.Z

View File

@ -3,11 +3,11 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.7 1996/10/19 09:11:07 andreas Exp $
# $Id: Makefile,v 1.8 1996/11/01 19:17:48 markm Exp $
#
DISTNAME= apsfilter-4.9.3
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= andreas@klemm.gtn.com

View File

@ -3,11 +3,11 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.7 1996/10/19 09:11:07 andreas Exp $
# $Id: Makefile,v 1.8 1996/11/01 19:17:48 markm Exp $
#
DISTNAME= apsfilter-4.9.3
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= andreas@klemm.gtn.com

View File

@ -3,13 +3,13 @@
# Date created: 14 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.9 1995/11/22 13:17:59 asami Exp $
# $Id: Makefile,v 1.10 1996/07/04 21:59:26 gpalmer Exp $
#
DISTNAME= dvi2xx
PKGNAME= dvi2xx-0.51a9
DISTFILES= dvi2xx.tar.gz
CATEGORIES+= print
CATEGORIES= print
MAINTAINER= jmz@FreeBSD.ORG
@ -38,7 +38,7 @@ do-fetch:
pre-install:
@mkdir -p ${PREFIX}/lib/dvi2xx
@${MKDIR} ${PREFIX}/lib/dvi2xx
@(cd ${WRKSRC}; install -m 755 -c MakeTeXPK ${PREFIX}/bin)
@(cd ${WRKSRC}; install -c -m 644 2up.sty graybox.sty lj3-filter \
printcap.sample sample2.tex testpage.tex ${PREFIX}/lib/dvi2xx/)

View File

@ -3,12 +3,12 @@
# Date created: 30 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.10 1995/12/06 00:35:31 jmz Exp $
# $Id: Makefile,v 1.11 1996/09/16 00:56:17 asami Exp $
#
DISTNAME= dvips
PKGNAME= dvips-5.58
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/
DISTFILES= dvips558.tar.gz
@ -20,7 +20,7 @@ EXTRACT_CMD= (zcat | dd 2>/dev/null | tar xf -)
EXTRACT_ARGS= <
pre-install:
@mkdir -p ${PREFIX}/lib/texmf
@${MKDIR} ${PREFIX}/lib/texmf
pre-clean:
@rm -f ${SCRIPTDIR}/post-install

View File

@ -3,18 +3,18 @@
# Date created: 12 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1995/05/16 10:43:59 asami Exp $
# $Id: Makefile,v 1.8 1995/11/22 13:18:05 asami Exp $
#
DISTNAME= dviselect
PKGNAME= dviselect-1.3
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/
MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/man/man1
@mkdir -p ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -3,13 +3,15 @@
# Date created: 21 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.5 1995/11/22 13:18:10 asami Exp $
# $Id: Makefile,v 1.6 1996/04/18 07:58:21 tg Exp $
#
DISTNAME= ghostview-1.5
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript
USE_IMAKE= yes

View File

@ -3,12 +3,12 @@
# Date created: 29-March-1996
# Whom: joerg
#
# $Id: Makefile,v 1.2 1996/07/06 09:37:17 asami Exp $
# $Id: Makefile,v 1.3 1996/07/12 08:56:52 asami Exp $
#
DISTNAME= html2latex-0.9c
PKGNAME= html2latex-0.9
CATEGORIES+= print
CATEGORIES= print
# i can't seem to find the original dist site
MASTER_SITES= ftp://ftp.germany.eu.net/pub/infosystems/www/ncsa/Web/Mosaic/Contrib/
DISTFILES= html2latex-0.9c.tar.Z

View File

@ -3,12 +3,12 @@
# Date created: 29 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.21 1995/12/18 00:27:43 jmz Exp $
# $Id: Makefile,v 1.22 1996/07/06 08:30:53 gpalmer Exp $
#
VERSION= 96.06
DISTNAME= latex
PKGNAME= latex2e-${VERSION}
CATEGORIES+= print
CATEGORIES= print
DISTFILES= latex_mf-${VERSION}.tar.gz latex_tfm-${VERSION}.tar.gz \
latex_base-${VERSION}.tar.gz latex_tools-${VERSION}.tar.gz
@ -39,24 +39,24 @@ do-build:
ln -sf /usr/local/bin/virtex latex; yes | ./latex tools.ins)
do-install:
@(/usr/bin/install -c -m 644 ${WRKSRC}/base/latex.fmt \
@(${INSTALL_DATA} ${WRKSRC}/base/latex.fmt \
${PREFIX}/lib/texmf/ini/)
@(cd ${WRKSRC}/tfm; install -c -m 644 *.tfm ${PREFIX}/lib/texmf/fonts/tfm)
@(cd ${WRKSRC}/mf; install -c -m 644 *.mf ${PREFIX}/lib/texmf/mf)
@(cd ${WRKSRC}/tfm; ${INSTALL_DATA} *.tfm ${PREFIX}/lib/texmf/fonts/tfm)
@(cd ${WRKSRC}/mf; ${INSTALL_DATA} *.mf ${PREFIX}/lib/texmf/mf)
@(cd ${WRKSRC}/base; for f in latexbug.tex testpage.tex \
lablst.tex idx.tex nfssfont.tex small2e.tex sample2e.tex docstrip.tex \
hyphen.tex *.cls *.clo *.sty *.fd *.def *.cfg ; do \
if [ -f $$f ]; then install -c -m 644 $$f ${PREFIX}/lib/texmf/tex; fi; done)
@mkdir -p ${PREFIX}/lib/texmf/makeindx;
@(cd ${WRKSRC}/base; install -c -m 644 *.ist ${PREFIX}/lib/texmf/makeindx)
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/lib/texmf/tex; fi; done)
@${MKDIR} ${PREFIX}/lib/texmf/makeindx;
@(cd ${WRKSRC}/base; ${INSTALL_DATA} *.ist ${PREFIX}/lib/texmf/makeindx)
@(cd ${WRKSRC}/packages/tools; for f in *.sty *.tex; do \
if [ -f $$f ]; then install -c -m 644 $$f ${PREFIX}/lib/texmf/tex; fi; done)
@(cd ${PREFIX}/bin; rm -f latex; ln -s virtex latex)
@(mkdir -p ${PREFIX}/lib/texmf/documentation)
@(${MKDIR} ${PREFIX}/lib/texmf/documentation)
@(cd ${WRKSRC}/base; for f in *.dtx ltx3info.tex source2e.tex *.fdd ltnews*.tex *guide.tex; do \
if [ -f $$f ]; then install -c -m 644 $$f ${PREFIX}/lib/texmf/documentation; fi; done)
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/lib/texmf/documentation; fi; done)
@(cd ${WRKSRC}/packages/tools; for f in *.dtx; do \
if [ -f $$f ]; then install -c -m 644 $$f ${PREFIX}/lib/texmf/documentation; fi; done)
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/lib/texmf/documentation; fi; done)
.include "Makefile.inc"

View File

@ -3,11 +3,11 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.3 1996/10/19 09:15:28 andreas Exp $
# $Id: Makefile,v 1.4 1996/11/16 11:27:33 andreas Exp $
#
DISTNAME= lyx-0.10.7
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/
MAINTAINER= andreas@klemm.gtn.com
@ -20,10 +20,6 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/lyx.1
.endif
MAN1= lyx.1
.include <bsd.port.mk>

View File

@ -3,11 +3,11 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.3 1996/10/19 09:15:28 andreas Exp $
# $Id: Makefile,v 1.4 1996/11/16 11:27:33 andreas Exp $
#
DISTNAME= lyx-0.10.7
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/
MAINTAINER= andreas@klemm.gtn.com
@ -20,10 +20,6 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/lyx.1
.endif
MAN1= lyx.1
.include <bsd.port.mk>

View File

@ -3,11 +3,11 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.3 1996/10/19 09:15:28 andreas Exp $
# $Id: Makefile,v 1.4 1996/11/16 11:27:33 andreas Exp $
#
DISTNAME= lyx-0.10.7
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/
MAINTAINER= andreas@klemm.gtn.com
@ -20,10 +20,6 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/lyx.1
.endif
MAN1= lyx.1
.include <bsd.port.mk>

View File

@ -3,11 +3,11 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.3 1996/10/19 09:15:28 andreas Exp $
# $Id: Makefile,v 1.4 1996/11/16 11:27:33 andreas Exp $
#
DISTNAME= lyx-0.10.7
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/
MAINTAINER= andreas@klemm.gtn.com
@ -20,10 +20,6 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/lyx.1
.endif
MAN1= lyx.1
.include <bsd.port.mk>

View File

@ -3,11 +3,11 @@
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.3 1996/10/19 09:15:28 andreas Exp $
# $Id: Makefile,v 1.4 1996/11/16 11:27:33 andreas Exp $
#
DISTNAME= lyx-0.10.7
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/
MAINTAINER= andreas@klemm.gtn.com
@ -20,10 +20,6 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/lyx.1
.endif
MAN1= lyx.1
.include <bsd.port.mk>

View File

@ -3,30 +3,32 @@
# Date created: 12 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1995/04/21 00:21:15 jmz Exp $
# $Id: Makefile,v 1.8 1995/11/22 13:18:15 asami Exp $
#
DISTNAME= makeindex
DISTNAME= makeindex-3.0.8
PKGNAME= makeindex-3.0.8
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.th-darmstadt.de/pub/tex/src/makeindex/BETA/
DISTFILES= makeindex-3.0.8.tar.Z
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
MAN1= makeindex.1
do-build:
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make)
do-install:
@mkdir -p ${PREFIX}/lib/texmf/makeindx
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/lib/texmf/makeindx
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make install)
@(cd ${WRKSRC}/doc; \
sed -e s:/usr/local/lib/tex/macros/:${PREFIX}/lib/texmf/makeindx/: \
<makeindex.l >makeindex.1; \
install -c -m 644 makeindex.1 ${PREFIX}/man/man1/)
${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/)
.include <bsd.port.mk>

View File

@ -3,12 +3,12 @@
# Date created: 11 July 1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
# $Id: Makefile,v 1.1.1.1 1996/03/05 07:46:57 asami Exp $
# $Id: Makefile,v 1.1.1.1 1996/08/16 07:08:39 asami Exp $
#
DISTNAME= mp-3.0.1
PKGNAME= mp-${PAPERSIZE}-3.0.1
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://nuxi.cs.ucdavis.edu/pub/misc/ \
ftp://ftp.win.tue.nl/pub/mail/
@ -24,7 +24,7 @@ INSTALL_TARGET= install-a4
.endif
pre-patch:
@cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
@${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
MP_UTILS= digestp filep filofaxp franklinp mailp newsp timemanp timesysp
post-install:

View File

@ -3,11 +3,11 @@
# Date created: 9 july 1995
# Whom: jmz
#
# $Id: Makefile,v 1.2 1995/09/23 20:24:13 jmz Exp $
# $Id: Makefile,v 1.3 1995/11/22 13:18:21 asami Exp $
#
PKGNAME= musixtex-3.96
DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/
NO_WRKSUBDIR= yes

View File

@ -3,12 +3,12 @@
# Date created: 16 Mar 1996
# Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
#
# $Id: Makefile,v 1.3 1996/10/15 23:31:45 max Exp $
# $Id: Makefile,v 1.4 1996/11/09 11:29:43 asami Exp $
#
DISTNAME= pkfonts
PKGNAME= pkfonts${RESOLUTION}-1.0
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/TeX/fonts/ \
ftp://ftp.wg.omron.co.jp/pub/tex/
DISTFILES= pk${RESOLUTION}.tar.gz
@ -44,9 +44,9 @@ pre-fetch:
.endif
do-install:
mkdir -p ${PREFIX}/lib/fonts
${MKDIR} ${PREFIX}/lib/fonts
tar -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DISTFILES}
@cp ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST
@${CP} ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST
pre-clean:
@rm -f ${PKGDIR}/PLIST # created by do-install above

View File

@ -3,17 +3,22 @@
# Date created: 21 September 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.10 1996/07/31 01:06:39 jmz Exp $
# $Id: Makefile,v 1.11 1996/08/02 00:13:21 jmz Exp $
#
DISTNAME= psutils
PKGNAME= psutils-${PAPERSIZE}-1.16
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://colonsay.dcs.ed.ac.uk/pub/ajcd/
MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS?= PAPER=${PAPERSIZE} -f
MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 \
fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 \
extractres.1 includeres.1 fixscribeps.1 psmerge.1
##package:: letter a4
@ -56,12 +61,4 @@ pre-fetch:
@/usr/bin/false
.endif
post-install:
.if !defined(NOMANCOMPRESS)
@for f in psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 \
fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1 \
fixscribeps.1 psmerge.1 ; do gzip -nf ${PREFIX}/man/man1/$$f; done
.endif
.include <bsd.port.mk>

View File

@ -3,12 +3,12 @@
# Date created: 25 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.2 1995/11/22 13:18:25 asami Exp $
# $Id: Makefile,v 1.3 1996/03/06 08:20:17 asami Exp $
#
DISTNAME= rtf2LaTeX.1.5
PKGNAME= rtf2latex-1.5
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de

View File

@ -3,12 +3,12 @@
# Date created: 27 August 1996
# Whom: Bernd Rosauer <br@schiele-ct.de>
#
# $Id: Makefile,v 1.9 1996/11/01 19:21:53 markm Exp $
# $Id: Makefile,v 1.10 1996/11/13 08:05:29 tg Exp $
#
DISTNAME= teTeX-src-0.4
PKGNAME= teTeX-0.4
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ${TETEX_SITE}/distrib/sources/
DISTFILES= teTeX-src-0.4pl3.tar.gz teTeX-lib-0.4pl3.tar.gz

View File

@ -3,12 +3,12 @@
# Date created: 27 August 1996
# Whom: Bernd Rosauer <br@schiele-ct.de>
#
# $Id: Makefile,v 1.9 1996/11/01 19:21:53 markm Exp $
# $Id: Makefile,v 1.10 1996/11/13 08:05:29 tg Exp $
#
DISTNAME= teTeX-src-0.4
PKGNAME= teTeX-0.4
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ${TETEX_SITE}/distrib/sources/
DISTFILES= teTeX-src-0.4pl3.tar.gz teTeX-lib-0.4pl3.tar.gz

View File

@ -3,12 +3,12 @@
# Date created: 29 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.21 1996/03/19 00:20:44 jmz Exp $
# $Id: Makefile,v 1.22 1996/07/06 08:24:14 gpalmer Exp $
#
DISTNAME= web2c-6.1
PKGNAME= tex-3.1415
CATEGORIES+= print
CATEGORIES= print
DISTFILES= web2c-6.1.tar.gz web-6.1.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
mf_lib.tar.gz cm_mf.tar.gz modes.mf
@ -57,13 +57,13 @@ do-install:
@(cd ${WRKSRC}/web2c; make install-exec INSTALL_PROGRAM="/usr/bin/install -c -s")
@(cd ${WRKSRC}/web2c; make install-manpages)
@(cd ${WRKSRC}/web2c; make install-data bases="${BASES}" fmts="${FORMATS}")
@mkdir -p ${PREFIX}/lib/texmf/fonts/tfm
@(cd ${WRKDIR}/cm/tfm; install -c -m 644 *.tfm ${PREFIX}/lib/texmf/fonts/tfm)
@mkdir -p ${PREFIX}/lib/texmf/mf
@(cd ${WRKDIR}/mf; install -c -m 644 *.mf ${PREFIX}/lib/texmf/mf)
@mkdir -p ${PREFIX}/lib/texmf/tex
@(cd ${WRKDIR}/lib; install -c -m 644 *.tex ${PREFIX}/lib/texmf/tex)
@(cd ${WRKDIR}/plain/base; install -c -m 644 *.tex ${PREFIX}/lib/texmf/tex)
@${MKDIR} ${PREFIX}/lib/texmf/fonts/tfm
@(cd ${WRKDIR}/cm/tfm; ${INSTALL_DATA} *.tfm ${PREFIX}/lib/texmf/fonts/tfm)
@${MKDIR} ${PREFIX}/lib/texmf/mf
@(cd ${WRKDIR}/mf; ${INSTALL_DATA} *.mf ${PREFIX}/lib/texmf/mf)
@${MKDIR} ${PREFIX}/lib/texmf/tex
@(cd ${WRKDIR}/lib; ${INSTALL_DATA} *.tex ${PREFIX}/lib/texmf/tex)
@(cd ${WRKDIR}/plain/base; ${INSTALL_DATA} *.tex ${PREFIX}/lib/texmf/tex)
@(rm -f ${PREFIX}/bin/latex)
.include "Makefile.inc"

View File

@ -3,13 +3,13 @@
# Date created: 2 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1995/09/23 20:23:56 jmz Exp $
# $Id: Makefile,v 1.8 1995/11/22 13:18:28 asami Exp $
#
DISTNAME= texinfo
PKGNAME= texinfo-2.124
DISTFILES= texinfo.tex lcircle10.tfm
CATEGORIES+= print
CATEGORIES= print
#other equivalent sites: ftp.shsu.edu ftp.dante.de
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \
ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/
@ -36,17 +36,17 @@ pre-fetch:
fi
pre-configure:
@cp ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
@${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
@chmod +w ${WRKDIR}/*
do-build:
@(cd ${WRKDIR}; initex '&tex texinfo @dump')
do-install:
@/usr/bin/install -c -m 644 ${WRKDIR}/texinfo.fmt \
@${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
${PREFIX}/lib/texmf/ini/
@if [ ! -f ${PREFIX}/lib/texmf/fonts/tfm/lcircle10.tfm ]; then \
/usr/bin/install -c -m 644 ${WRKDIR}/lcircle10.tfm \
${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
${PREFIX}/lib/texmf/fonts/tfm/;\
fi
@(cd ${PREFIX}/bin/; rm -f texinfo; ln -s virtex texinfo)

View File

@ -5,7 +5,7 @@
#
DISTNAME= tr2latex-2.2
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://sol.cs.ruu.nl/pub/TEX/TOOLS/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de

View File

@ -3,12 +3,12 @@
# Date created: 9 August 1996
# Whom: chuckr@freebsd.org
#
# $Id: Makefile,v 1.9 1996/08/10 02:10:11 chuckr Exp $
# $Id: Makefile,v 1.10 1996/08/11 02:42:59 chuckr Exp $
#
DISTNAME= transfig.3.1.2
PKGNAME= transfig-3.1.2
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/

View File

@ -3,12 +3,12 @@
# Date created: 13 June 1996
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1996/06/14 08:00:14 jkh Exp $
# $Id: Makefile,v 1.2 1996/11/03 19:49:33 jdp Exp $
#
DISTNAME= virtualpaper-1.4
DIST_SUBDIR= virtualpaper-1.4
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= http://www.research.digital.com:80/SRC/virtualpaper/cgi-bin/nph-download.tcl/sources.tar.Z?object=Virtual+Paper/
DISTFILES= sources.tar.Z
@ -17,6 +17,8 @@ MAINTAINER= jdp@FreeBSD.org
BUILD_DEPENDS= m3build-4:${PORTSDIR}/lang/modula-3
LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib
MAN1= LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1
do-build:
@cd ${WRKSRC}/lecternclient; m3build
@cd ${WRKSRC}/lecterndoc; m3build
@ -49,10 +51,5 @@ do-install:
@echo "Stripping programs"
@cd ${PREFIX}/bin; \
strip LecternClient Lectern BuildLectern EditLectern
.if !defined(NOMANCOMPRESS)
@echo "Compressing manual pages"
@cd ${PREFIX}/man/man1; \
gzip -9nf LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1
.endif
.include <bsd.port.mk>

View File

@ -3,12 +3,12 @@
# Date created: 1 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.18 1996/03/10 09:06:28 asami Exp $
# $Id: Makefile,v 1.19 1996/09/16 00:56:30 asami Exp $
#
DISTNAME= xdvi-20
PKGNAME= xdvi-pl20
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= ftp://ftp.x.org/contrib/applications/ \
ftp://crl.dec.com/pub/X11/contrib/applications/
EXTRACT_SUFX= .tar.Z
@ -23,13 +23,13 @@ IS_INTERACTIVE= yes
XMKMF= xmkmf
do-install:
@mkdir -p ${PREFIX}/man/man1
@mkdir -p ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/bin
@(cd ${WRKSRC}; ${GMAKE} install.man \
MANDIR=${PREFIX}/man/man1 MANSUFFIX=1)
@(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} xdvi.man)
@(cd ${WRKSRC}; ${GMAKE} -f Makefile install BINDIR=${PREFIX}/bin)
@(cd ${WRKSRC}; install -c -m 755 -o bin MakeTeXPK ${PREFIX}/bin)
@(cd ${WRKSRC}; ${INSTALL_PROGRAM} MakeTeXPK ${PREFIX}/bin)
pre-clean:
@rm -f ${SCRIPTDIR}/post-install

View File

@ -3,11 +3,11 @@
# Date created: 18 Feb 1996
# Whom: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
#
# $Id: Makefile,v 1.1.1.1 1996/04/10 06:38:58 tg Exp $
# $Id: Makefile,v 1.2 1996/04/23 19:46:35 torstenb Exp $
#
DISTNAME= unroff-1.0
CATEGORIES+= print
CATEGORIES= print
MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de