diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 |
commit | 0edcc400292e872cca3456e62be5cffc5ef26333 (patch) | |
tree | cc6c372c23a2ece9493d977bfe87c7c39e5e2cf8 /lang/php5/Makefile.pear | |
parent | c3d2f3bcb42813b5ef1ae55a0c32dffb30abf67a (diff) | |
download | ports-0edcc400292e872cca3456e62be5cffc5ef26333.tar.gz ports-0edcc400292e872cca3456e62be5cffc5ef26333.zip |
Notes
Diffstat (limited to 'lang/php5/Makefile.pear')
-rw-r--r-- | lang/php5/Makefile.pear | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/lang/php5/Makefile.pear b/lang/php5/Makefile.pear deleted file mode 100644 index 8ba975ddab3f..000000000000 --- a/lang/php5/Makefile.pear +++ /dev/null @@ -1,37 +0,0 @@ -PORTREVISION= 1 - -USE_GNOME= libxml2 - -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --with-layout=GNU \ - --disable-cgi \ - --disable-all \ - --with-pcre-regex=yes \ - --enable-xml \ - --enable-libxml \ - --with-libxml-dir=${LOCALBASE} \ - --with-zlib-dir=/usr \ - --with-pear - -NO_BUILD= yes - -INSTALL_TARGET= install-pear - -USE_PHP= pcre xml -WANT_PHP_SCR= yes -DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 - -.include <bsd.port.pre.mk> - -post-patch: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - ${WRKSRC}/pear/scripts/pearcmd.php > ${WRKSRC}/pear/scripts/pear - -post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/pear/scripts/pear ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/php/pear/.registry - @${TOUCH} ${PREFIX}/lib/php/pear/.filemap - @${TOUCH} ${PREFIX}/lib/php/pear/.lock - @${SED} "s|\$${LOCALBASE}|${LOCALBASE}|g;s|\$${PREFIX}|${PREFIX}|g" < ${PKGMESSAGE} |