From 51763a6a5b2a8c67f2753235519e05ae5b127170 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 7 Sep 2007 15:26:18 +0000 Subject: [PATCH] put common stuff in one place looks good to maintainer Edd Barrett --- print/texlive/Makefile.inc | 13 +++++++++++++ print/texlive/base/Makefile | 14 +------------- print/texlive/texmf-docs/Makefile | 15 +-------------- print/texlive/texmf-full/Makefile | 15 +-------------- print/texlive/texmf-minimal/Makefile | 15 +-------------- 5 files changed, 17 insertions(+), 55 deletions(-) create mode 100644 print/texlive/Makefile.inc diff --git a/print/texlive/Makefile.inc b/print/texlive/Makefile.inc new file mode 100644 index 00000000000..12d7e242d26 --- /dev/null +++ b/print/texlive/Makefile.inc @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile.inc,v 1.1 2007/09/07 15:26:18 steven Exp $ + +CATEGORIES?= print +HOMEPAGE?= http://tug.org/texlive/ +MAINTAINER?= Edd Barrett + +# http://tug.org/texlive/LICENSE.TL +PERMIT_PACKAGE_CDROM?= Yes +PERMIT_PACKAGE_FTP?= Yes +PERMIT_DISTFILES_CDROM?=Yes +PERMIT_DISTFILES_FTP?= Yes + +MASTER_SITES= http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ diff --git a/print/texlive/base/Makefile b/print/texlive/base/Makefile index 9d1989320c8..503c6efe544 100755 --- a/print/texlive/base/Makefile +++ b/print/texlive/base/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/07/17 21:53:25 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2007/09/07 15:26:18 steven Exp $ COMMENT= base TeXLive LaTeX distribution @@ -8,21 +8,9 @@ DISTNAME= texlive_base-${V}-src WRKDIST= ${WRKDIR}/${PKGNAME} SHARED_LIBS= kpathsea 0.0 -CATEGORIES= print - -HOMEPAGE= http://tug.org/texlive/ - -MAINTAINER= Edd Barrett - -# http://tug.org/texlive/LICENSE.TL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM=Yes -PERMIT_DISTFILES_FTP= Yes WANTLIB= m X11 ICE freetype Xt pthread c Xext fontconfig \ Xp Xpm SM Xmu z ncurses Xaw Xau Xdmcp stdc++ expat -MASTER_SITES= http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= :texlive_texmf-minimal-${V}:print/texlive/texmf-minimal diff --git a/print/texlive/texmf-docs/Makefile b/print/texlive/texmf-docs/Makefile index d7e2b0a496a..e7e0cd97e1c 100755 --- a/print/texlive/texmf-docs/Makefile +++ b/print/texlive/texmf-docs/Makefile @@ -1,22 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/07/17 21:56:11 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2007/09/07 15:26:18 steven Exp $ COMMENT= documentation texmf tree for TeXLive V= 2007 DISTNAME= texlive_texmf-docs-${V} -CATEGORIES= print - -HOMEPAGE= http://tug.org/texlive/ - -MAINTAINER= Edd Barrett - -# http://tug.org/texlive/LICENSE.TL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MASTER_SITES= http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ NO_BUILD= Yes NO_REGRESS= Yes diff --git a/print/texlive/texmf-full/Makefile b/print/texlive/texmf-full/Makefile index 4648d5217d8..b5a010568b1 100755 --- a/print/texlive/texmf-full/Makefile +++ b/print/texlive/texmf-full/Makefile @@ -1,22 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/07/17 21:55:02 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2007/09/07 15:26:18 steven Exp $ COMMENT= full texmf tree for TeXLive V= 2007 DISTNAME= texlive_texmf-full-${V} -CATEGORIES= print - -HOMEPAGE= http://tug.org/texlive/ - -MAINTAINER= Edd Barrett - -# http://tug.org/texlive/LICENSE.TL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MASTER_SITES= http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ NO_BUILD= Yes NO_REGRESS= Yes diff --git a/print/texlive/texmf-minimal/Makefile b/print/texlive/texmf-minimal/Makefile index 0778dafffcb..9bcec6e1736 100755 --- a/print/texlive/texmf-minimal/Makefile +++ b/print/texlive/texmf-minimal/Makefile @@ -1,22 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/07/17 21:53:34 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2007/09/07 15:26:18 steven Exp $ COMMENT= minimal texmf tree for TeXLive V= 2007 DISTNAME= texlive_texmf-minimal-${V} -CATEGORIES= print - -HOMEPAGE= http://tug.org/texlive/ - -MAINTAINER= Edd Barrett - -# http://tug.org/texlive/LICENSE.TL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MASTER_SITES= http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ NO_BUILD= Yes NO_REGRESS= Yes