summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/jtex209-ascii/Makefile5
-rw-r--r--japanese/jtex209-both/Makefile4
-rw-r--r--japanese/jtex209-ntt/Makefile5
-rw-r--r--japanese/platex-common/Makefile4
-rw-r--r--japanese/platex-euc/Makefile4
-rw-r--r--japanese/platex-jis/Makefile4
-rw-r--r--japanese/platex-sjis/Makefile4
-rw-r--r--japanese/ptex-euc/Makefile4
-rw-r--r--japanese/ptex-jis/Makefile4
-rw-r--r--japanese/ptex-sjis/Makefile4
-rw-r--r--japanese/ptex/Makefile4
-rw-r--r--japanese/vfxdvi300/Makefile3
-rw-r--r--print/a2ps-letter/Makefile3
-rw-r--r--print/enscript-letter/Makefile3
-rw-r--r--print/latex/Makefile4
-rw-r--r--print/lprps-letter/Makefile3
-rw-r--r--print/mp-letter/Makefile3
-rw-r--r--print/pkfonts300/Makefile3
-rw-r--r--print/psutils-letter/Makefile5
-rw-r--r--print/tex/Makefile3
20 files changed, 55 insertions, 21 deletions
diff --git a/japanese/jtex209-ascii/Makefile b/japanese/jtex209-ascii/Makefile
index c3463142f8b9..7ff392c62756 100644
--- a/japanese/jtex209-ascii/Makefile
+++ b/japanese/jtex209-ascii/Makefile
@@ -3,11 +3,14 @@
# Date created: 4 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/11 08:44:35 asami Exp $
+# $Id: Makefile,v 1.2 1997/09/24 06:43:46 max Exp $
#
DISTNAME= ja-jlatex209-a17
FILESDIR= ${.CURDIR}/../jtex209-both/files
PATCHDIR= ${.CURDIR}/../jtex209-both/patches
BATCH_TEX= ASCII
+
+MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-*
+
.include <${.CURDIR}/../jtex209-both/Makefile>
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile
index 064e22ef8090..a02da3f0bdba 100644
--- a/japanese/jtex209-both/Makefile
+++ b/japanese/jtex209-both/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1997/08/22 11:36:26 asami Exp $
+# $Id: Makefile,v 1.5 1997/09/24 06:43:47 max Exp $
#
DISTNAME?= ja-jlatex209-a17-n152
@@ -64,4 +64,6 @@ pre-reinstall:
${MAKE} reinstall DISTDIR=${DISTDIR} FILESDIR=${FILESDIR} \
)
+MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-*
+
.include <bsd.port.mk>
diff --git a/japanese/jtex209-ntt/Makefile b/japanese/jtex209-ntt/Makefile
index 2548255171b7..fcb66c505d7a 100644
--- a/japanese/jtex209-ntt/Makefile
+++ b/japanese/jtex209-ntt/Makefile
@@ -3,11 +3,14 @@
# Date created: 4 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/11 08:46:34 asami Exp $
+# $Id: Makefile,v 1.2 1997/09/24 06:43:50 max Exp $
#
DISTNAME= ja-jlatex209-n152
FILESDIR= ${.CURDIR}/../jtex209-both/files
PATCHDIR= ${.CURDIR}/../jtex209-both/patches
BATCH_TEX= NTT
+
+MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-*
+
.include <${.CURDIR}/../jtex209-both/Makefile>
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index ac6f13d3c859..d652eb828b3d 100644
--- a/japanese/platex-common/Makefile
+++ b/japanese/platex-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.19 1997/10/05 21:07:13 max Exp $
+# $Id: Makefile,v 1.20 1997/10/05 21:33:09 max Exp $
#
DISTNAME= base-9706
@@ -49,4 +49,6 @@ do-install:
@/bin/ln -fs tex ${PREFIX}/bin/latex
@/bin/ln -s latex ${PREFIX}/bin/platex-common
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/platex-euc/Makefile b/japanese/platex-euc/Makefile
index 1fb03c6ba4f3..a275223d78c8 100644
--- a/japanese/platex-euc/Makefile
+++ b/japanese/platex-euc/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/10/05 21:20:37 max Exp $
+# $Id: Makefile,v 1.3 1997/10/05 21:36:10 max Exp $
#
DISTNAME= pl970702e
@@ -40,4 +40,6 @@ do-install:
${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
/bin/ln -fs ptex ${PREFIX}/bin/platex
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/platex-jis/Makefile b/japanese/platex-jis/Makefile
index 60edd3acf41f..ed162739157a 100644
--- a/japanese/platex-jis/Makefile
+++ b/japanese/platex-jis/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/10/05 21:20:40 max Exp $
+# $Id: Makefile,v 1.3 1997/10/05 21:36:11 max Exp $
#
DISTNAME= pl970702j
@@ -38,4 +38,6 @@ do-install:
${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
/bin/ln -fs ptex ${PREFIX}/bin/platex
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile
index c72d47fd5e0e..7863dba45952 100644
--- a/japanese/platex-sjis/Makefile
+++ b/japanese/platex-sjis/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/10/05 21:20:42 max Exp $
+# $Id: Makefile,v 1.3 1997/10/05 21:36:11 max Exp $
#
DISTNAME= pl970702s
@@ -40,4 +40,6 @@ do-install:
${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
/bin/ln -fs ptex ${PREFIX}/bin/platex
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile
index 246924c1208e..6e7a4295bc6f 100644
--- a/japanese/ptex-euc/Makefile
+++ b/japanese/ptex-euc/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: max
#
-# $Id: Makefile,v 1.1.1.1 1997/10/04 17:20:30 max Exp $
+# $Id: Makefile,v 1.2 1997/10/04 17:58:43 max Exp $
#
DISTNAME= ptex215
@@ -46,4 +46,6 @@ post-install:
pre-clean:
@${RM} -rf ${WRKSRC}
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/ptex-jis/Makefile b/japanese/ptex-jis/Makefile
index 4bb319942e78..28cb5ed28b5b 100644
--- a/japanese/ptex-jis/Makefile
+++ b/japanese/ptex-jis/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: max
#
-# $Id: Makefile,v 1.1.1.1 1997/10/04 17:17:08 max Exp $
+# $Id: Makefile,v 1.2 1997/10/04 17:58:45 max Exp $
#
DISTNAME= ptex215
@@ -46,4 +46,6 @@ post-install:
pre-clean:
@${RM} -rf ${WRKSRC}
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile
index 4d646b3e8073..2eb628afdf4e 100644
--- a/japanese/ptex-sjis/Makefile
+++ b/japanese/ptex-sjis/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: max
#
-# $Id: Makefile,v 1.1.1.1 1997/10/04 17:24:29 max Exp $
+# $Id: Makefile,v 1.2 1997/10/04 17:58:47 max Exp $
#
DISTNAME= ptex215
@@ -46,4 +46,6 @@ post-install:
pre-clean:
@${RM} -rf ${WRKSRC}
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
index 246924c1208e..6e7a4295bc6f 100644
--- a/japanese/ptex/Makefile
+++ b/japanese/ptex/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: max
#
-# $Id: Makefile,v 1.1.1.1 1997/10/04 17:20:30 max Exp $
+# $Id: Makefile,v 1.2 1997/10/04 17:58:43 max Exp $
#
DISTNAME= ptex215
@@ -46,4 +46,6 @@ post-install:
pre-clean:
@${RM} -rf ${WRKSRC}
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile
index 9ba34192743f..e08210b3e54c 100644
--- a/japanese/vfxdvi300/Makefile
+++ b/japanese/vfxdvi300/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/01/14 07:37:07 asami Exp $
+# $Id: Makefile,v 1.8 1997/09/14 21:36:18 max Exp $
#
DISTNAME= xdvi-17
@@ -23,6 +23,7 @@ MAINTAINER= mita@jp.FreeBSD.org
LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib
RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts
+MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600
WRKSRC= ${WRKDIR}
DIST_SUBDIR= xdvi
USE_IMAKE= yes
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index a4dc7df13a93..13d08724f587 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 August 1997
# Whom: Chuck Robey (chuckr@freebsd.org)
#
-# $Id: Makefile,v 1.9 1997/08/19 03:43:55 chuckr Exp $
+# $Id: Makefile,v 1.10 1997/10/11 02:57:02 chuckr Exp $
#
DISTNAME= a2ps
@@ -14,6 +14,7 @@ DISTFILES= a2ps-4.9.8.tar.gz
MAINTAINER= chuckr@FreeBSD.org
+MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4
WRKSRC= $(WRKDIR)/$(DISTNAME)-4.9.8
GNU_CONFIGURE= yes
MAN1= a2ps.1 ogonkify.1
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile
index 139b7d8bc46c..51d24671aa5c 100644
--- a/print/enscript-letter/Makefile
+++ b/print/enscript-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Jul, 1997
# Whom: kline
#
-# $Id: Makefile,v 1.1.1.1 1997/07/27 03:31:33 chuckr Exp $
+# $Id: Makefile,v 1.2 1997/08/05 06:37:19 asami Exp $
#
DISTNAME= enscript-1.5.0
@@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= kline@thought.org
+MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-nls
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 1062a60ab65b..6a6f516d2d35 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -3,8 +3,9 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.30 1997/02/26 02:27:29 jmz Exp $
+# $Id: Makefile,v 1.31 1997/07/26 15:00:34 jmz Exp $
#
+
VERSION= 97.06
DISTNAME= latex
PKGNAME= latex2e-${VERSION}
@@ -17,6 +18,7 @@ MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
+MANUAL_PACKAGE_BUILD= has to be built with tex port
IGNOREFILES= ${DISTFILES}
#other equivalent sites: ftp.cdrom.com ftp.dante.de
diff --git a/print/lprps-letter/Makefile b/print/lprps-letter/Makefile
index 02ca40d7b2f7..30f28eb2eefb 100644
--- a/print/lprps-letter/Makefile
+++ b/print/lprps-letter/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat Aug 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.2 1997/05/25 04:35:44 obrien Exp $
+# $Id: Makefile,v 1.3 1997/10/10 06:53:28 obrien Exp $
#
DISTNAME= lprps-2.5
@@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= obrien@FreeBSD.org
+MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4
MAKE_FLAGS?= PAPERSIZE=${PAPERSIZE} -f
MAN1= psrev.1 textps.1
MAN8= lprps.8 psif.8 psof.8
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile
index 0904cc3f2129..e4f71dd42d8b 100644
--- a/print/mp-letter/Makefile
+++ b/print/mp-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 July 1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
-# $Id: Makefile,v 1.4 1997/01/29 13:20:05 obrien Exp $
+# $Id: Makefile,v 1.5 1997/10/10 06:53:32 obrien Exp $
#
DISTNAME= mp-3.0.1
@@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.NUXI.com/pub/misc/ \
MAINTAINER= obrien@FreeBSD.org
+MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4
WRKSRC= ${WRKDIR}/mp
USE_GMAKE= yes
MAN1= mp.1
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile
index 8a21a09241c4..e6e2ca46c83c 100644
--- a/print/pkfonts300/Makefile
+++ b/print/pkfonts300/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Mar 1996
# Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
#
-# $Id: Makefile,v 1.5 1996/11/17 08:45:02 obrien Exp $
+# $Id: Makefile,v 1.6 1996/12/03 04:07:33 asami Exp $
#
DISTNAME= pkfonts
@@ -16,6 +16,7 @@ DISTFILES= pk${RESOLUTION}.tar.gz
MAINTAINER= ohmon@tom.sfc.keio.ac.jp
+MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600
DIST_SUBDIR= pkfonts
EXTRACT_CMD= /usr/bin/true # extracted directly in install target
NO_BUILD= yes
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index 80c511d9fbe7..319d32f61c94 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -3,17 +3,18 @@
# Date created: 21 September 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.12 1996/11/17 08:45:05 obrien Exp $
+# $Id: Makefile,v 1.13 1997/08/15 23:13:58 jmz Exp $
#
DISTNAME= psutils-p17
PKGNAME= psutils-${PAPERSIZE}-1.17
CATEGORIES= print
MASTER_SITES= ftp://ftp.dcs.ed.ac.uk//pub/ajcd/
+
MAINTAINER= jmz@FreeBSD.org
+MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4
WRKSRC= ${WRKDIR}/psutils
-
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 \
diff --git a/print/tex/Makefile b/print/tex/Makefile
index 3f670fe8150a..406e4baef4a1 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.28 1997/02/24 21:56:16 jmz Exp $
+# $Id: Makefile,v 1.29 1997/02/25 09:00:31 asami Exp $
#
DISTNAME= web2c-7.0
@@ -14,6 +14,7 @@ DISTFILES= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
MAINTAINER= jmz@FreeBSD.org
+MANUAL_PACKAGE_BUILD= has to be built with latex port
IGNOREFILES= tex_base.tar.gz cm_tfm.tar.gz mf_lib.tar.gz cm_mf.tar.gz
EXTRACT_ONLY= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
mf_lib.tar.gz cm_mf.tar.gz