mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
4370f11cc7
with C code. ADOdb will auto-detect if this extension is installed and use it automatically. This extension is compatible with ADOdb 3.32 or later, and PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*. WWW: http://adodb.sourceforge.net/ PR: ports/126062 Submitted by: JoeHorn <joehorn@gmail.com>
33 lines
696 B
Makefile
33 lines
696 B
Makefile
# New ports collection makefile for: php-adodb-ext
|
|
# Date created: 29 July 2008
|
|
# Whom: JoeHorn <joehorn@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adodb-ext
|
|
PORTVERSION= 5.04
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://phplens.com/lens/dl/
|
|
PKGNAMEPREFIX= php-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= joehorn@gmail.com
|
|
COMMENT= ADOdb Extension
|
|
|
|
WRKSRC= ${WRKDIR}/adodb-${PORTVERSION:S/.//}
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_ZIP= yes
|
|
DEFAULT_PHP_VER= 5
|
|
CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config \
|
|
--prefix=${PREFIX}/lib/php/${PHP_EXT_DIR}
|
|
SUB_FILES= pkg-message
|
|
PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|