Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.3 2012/10/02 21:25:39 asau Exp $
MODNAME= oci8
CATEGORIES+= databases
COMMENT= PHP extension for Oracle 8 (and above) databases
USE_PHP_EXT_PATCHES= yes
.include "../../mk/bsd.prefs.mk"
.if !defined(ORACLE_HOME)
PKG_FAIL_REASON+= "You must set ORACLE_HOME to the location of your Oracle installation"
.elif !exists(${ORACLE_HOME})
PKG_FAIL_REASON+= "The location of ORACLE_HOME does not exist"
.endif
BUILDLINK_PASSTHRU_DIRS+= ${ORACLE_HOME}
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${ORACLE_HOME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"