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

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2012/10/02 21:25:39 asau Exp $
# $NetBSD: Makefile,v 1.13 2014/11/24 15:40:32 taca Exp $
MODNAME= pdo
CATEGORIES+= databases
@@ -15,8 +15,14 @@ CONFIGURE_ARGS+= --with-${MODNAME}
INSTALLATION_DIRS+= include/php/ext/pdo
PDO_INCLUDES= php_pdo_driver.h php_pdo.h
PLIST_VARS+= php56
PLIST_SRC+= ${.CURDIR}/../../databases/php-pdo/PLIST.pdo
.if ${PKG_PHP_VERSION} == "56"
PDO_INCLUDES+= php_pdo_error.h
PLIST.php56= yes
.endif
post-install:
.for inc in ${PDO_INCLUDES}
${INSTALL_DATA} ${WRKSRC}/${inc} ${DESTDIR}${PREFIX}/include/php/ext/pdo/${inc}