Menu

[r4802]: / experimental / xmlrpc / php5 / Makefile  Maximize  Restore  History

Download this file

42 lines (35 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
PORTNAME= php5
PORTVERSION= 5.2.8
CATEGORIES= lang
COMMENT= PHP5 scripting language
MAINTAINER= votdev@gmx.de
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,}
MASTER_SITE_SUBDIR= distributions/:release
DISTNAME= php-${PORTVERSION:S/.r/RC/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release
USE_BZIP2= yes
BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3
USE_AUTOTOOLS= autoconf:262
USE_GETOPT_LONG= yes
USE_GNOME= libxml2
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fastcgi \
--enable-discard-path \
--enable-force-cgi-redirect \
--without-mysql \
--without-pear \
--with-openssl \
--without-sqlite \
--with-pcre-regex=yes \
--with-gettext \
--enable-libxml \
--with-libxml-dir=${LOCALBASE} \
--with-config-file-path=/usr/local/etc \
--enable-pdo \
--with-pdo-sqlite=${LOCALBASE} \
--with-xmlrpc
do-install:
@${INSTALL_PROGRAM} -v ${WRKSRC}/sapi/cgi/php-cgi ${FREENAS_ROOTFS}/${PREFIX}/bin/php
@${CP} -pv ${FILESDIR}/php.ini ${FREENAS_ROOTFS}/${PREFIX}/etc
.include <bsd.port.mk>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.