summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/a2ps-letter/Makefile16
-rw-r--r--print/a2ps43-letter/Makefile16
-rw-r--r--print/afm/Makefile4
-rw-r--r--print/apsfilter/Makefile4
-rw-r--r--print/apsfilter6/Makefile4
-rw-r--r--print/dvi2xx/Makefile6
-rw-r--r--print/dvips/Makefile6
-rw-r--r--print/dviselect/Makefile8
-rw-r--r--print/ghostview/Makefile6
-rw-r--r--print/html2latex/Makefile4
-rw-r--r--print/latex/Makefile22
-rw-r--r--print/lyx-devel/Makefile10
-rw-r--r--print/lyx/Makefile10
-rw-r--r--print/lyx14/Makefile10
-rw-r--r--print/lyx15/Makefile10
-rw-r--r--print/lyx16/Makefile10
-rw-r--r--print/makeindex/Makefile18
-rw-r--r--print/mp-letter/Makefile6
-rw-r--r--print/musixtex/Makefile4
-rw-r--r--print/pkfonts300/Makefile8
-rw-r--r--print/psutils-letter/Makefile17
-rw-r--r--print/rtf2latex/Makefile4
-rw-r--r--print/teTeX-base/Makefile4
-rw-r--r--print/teTeX/Makefile4
-rw-r--r--print/tex/Makefile18
-rw-r--r--print/texinfo/Makefile10
-rw-r--r--print/tr2latex/Makefile2
-rw-r--r--print/transfig/Makefile4
-rw-r--r--print/virtualpaper/Makefile11
-rw-r--r--print/xdvi/Makefile10
30 files changed, 118 insertions, 148 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index 17de636268fc..db9e95479d0e 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -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>
diff --git a/print/a2ps43-letter/Makefile b/print/a2ps43-letter/Makefile
index 17de636268fc..db9e95479d0e 100644
--- a/print/a2ps43-letter/Makefile
+++ b/print/a2ps43-letter/Makefile
@@ -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>
diff --git a/print/afm/Makefile b/print/afm/Makefile
index a4f348e3e3e5..d4fdd01196dd 100644
--- a/print/afm/Makefile
+++ b/print/afm/Makefile
@@ -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
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 638ae6c2eb92..262ec281f7e3 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -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
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 638ae6c2eb92..262ec281f7e3 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -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
diff --git a/print/dvi2xx/Makefile b/print/dvi2xx/Makefile
index 94572b9e3c24..3d970f112647 100644
--- a/print/dvi2xx/Makefile
+++ b/print/dvi2xx/Makefile
@@ -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/)
diff --git a/print/dvips/Makefile b/print/dvips/Makefile
index 86085bb88db1..905d16095438 100644
--- a/print/dvips/Makefile
+++ b/print/dvips/Makefile
@@ -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
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile
index 7e4da09c46a1..37241090b729 100644
--- a/print/dviselect/Makefile
+++ b/print/dviselect/Makefile
@@ -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>
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile
index 7ce26514d39c..872b83864a6e 100644
--- a/print/ghostview/Makefile
+++ b/print/ghostview/Makefile
@@ -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
diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile
index ce7e44173876..557af7f3eb1c 100644
--- a/print/html2latex/Makefile
+++ b/print/html2latex/Makefile
@@ -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
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 258a9bfa7a45..5db27a6d3792 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -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"
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index 52a3602bfbc3..994bbccbbe1e 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -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>
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 52a3602bfbc3..994bbccbbe1e 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -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>
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile
index 52a3602bfbc3..994bbccbbe1e 100644
--- a/print/lyx14/Makefile
+++ b/print/lyx14/Makefile
@@ -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>
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile
index 52a3602bfbc3..994bbccbbe1e 100644
--- a/print/lyx15/Makefile
+++ b/print/lyx15/Makefile
@@ -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>
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index 52a3602bfbc3..994bbccbbe1e 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/Makefile
@@ -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>
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile
index 68e05c07b1d1..a2b5f44e7105 100644
--- a/print/makeindex/Makefile
+++ b/print/makeindex/Makefile
@@ -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>
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile
index 59e288097431..c3d1ca4e452d 100644
--- a/print/mp-letter/Makefile
+++ b/print/mp-letter/Makefile
@@ -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:
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile
index 8d55a022d0bc..fec422ded900 100644
--- a/print/musixtex/Makefile
+++ b/print/musixtex/Makefile
@@ -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
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile
index 90ebf651a6e0..d44a9a41b438 100644
--- a/print/pkfonts300/Makefile
+++ b/print/pkfonts300/Makefile
@@ -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
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index a0b8df7eab74..74494bb721b4 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -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>
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile
index e8f8ae73ac11..92cfc08dffe3 100644
--- a/print/rtf2latex/Makefile
+++ b/print/rtf2latex/Makefile
@@ -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
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile
index 71472026bc4c..c4a37b5145c1 100644
--- a/print/teTeX-base/Makefile
+++ b/print/teTeX-base/Makefile
@@ -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
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile
index 71472026bc4c..c4a37b5145c1 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -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
diff --git a/print/tex/Makefile b/print/tex/Makefile
index bc85092b409c..c55a07295012 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -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"
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 3f0b8c67d206..4c272cd48135 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -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)
diff --git a/print/tr2latex/Makefile b/print/tr2latex/Makefile
index 9c3029f1038a..8704ad7b10aa 100644
--- a/print/tr2latex/Makefile
+++ b/print/tr2latex/Makefile
@@ -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
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 8fa80aff2405..faf6fea2dbaf 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -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/
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile
index f567e782fa3c..9db55cabb024 100644
--- a/print/virtualpaper/Makefile
+++ b/print/virtualpaper/Makefile
@@ -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>
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile
index 9d0eb0c6ede3..4defa7a58e33 100644
--- a/print/xdvi/Makefile
+++ b/print/xdvi/Makefile
@@ -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