Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,17 @@
# $NetBSD: options.mk,v 1.1 2014/07/31 00:00:32 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-excel
PKG_SUPPORTED_OPTIONS= gd zip
PKG_SUGGESTED_OPTIONS+= gd zip
.include "../../mk/bsd.options.mk"
.include "../../lang/php/phpversion.mk"
.if !empty(PKG_OPTIONS:Mgd)
DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
.endif
.if !empty(PKG_OPTIONS:Mzip)
DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
.endif