Import of pkgsrc-2015Q3
This commit is contained in:
@@ -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"
|
||||
|
||||
11
meta-pkgs/texlive-collection-basic/options.mk
Normal file
11
meta-pkgs/texlive-collection-basic/options.mk
Normal 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
|
||||
Reference in New Issue
Block a user