1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Pav Lucistnik 49812c9408 - Fix build with php 5.3
PR:		ports/145653
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2010-04-12 13:56:14 +00:00

36 lines
731 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
PORTREVISION= 1
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}
USE_DOS2UNIX= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>