Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/06/14 13:28:51 markd Exp $
# $NetBSD: Makefile,v 1.4 2015/07/14 02:36:23 minskim Exp $
DISTNAME= collection-basic
PKGNAME= texlive-${DISTNAME}-2015
@@ -44,9 +44,10 @@ DEPENDS+= tex-texlive-docindex>=2014:../../print/tex-texlive-docindex
# texlive-msg-translations is not needed in pkgsrc.
DEPENDS+= tex-texlive-scripts>=2013:../../print/tex-texlive-scripts
DEPENDS+= tex-xdvi>=22.87:../../print/tex-xdvi
DEPENDS+= xdvik>=22.87:../../print/xdvik
META_PACKAGE= yes
.include "options.mk"
.include "../../lang/lua/luaversion.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,11 @@
# $NetBSD: options.mk,v 1.1 2015/07/14 02:36:23 minskim Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.texlive-collection-basic
PKG_SUPPORTED_OPTIONS= x11
PKG_SUGGESTED_OPTIONS= x11
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mx11)
DEPENDS+= xdvik>=22.87:../../print/xdvik
.endif