svn commit: r348955 - head/graphics/php-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 24 12:30:32 UTC 2014
Author: sunpoet
Date: Mon Mar 24 12:30:32 2014
New Revision: 348955
URL: http://svnweb.freebsd.org/changeset/ports/348955
QAT: https://qat.redports.org/buildarchive/r348955/
Log:
- Simplify Makefile
Modified:
head/graphics/php-gdal/Makefile
Modified: head/graphics/php-gdal/Makefile
==============================================================================
--- head/graphics/php-gdal/Makefile Mon Mar 24 12:30:28 2014 (r348954)
+++ head/graphics/php-gdal/Makefile Mon Mar 24 12:30:32 2014 (r348955)
@@ -19,10 +19,8 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap
ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so
CFLAGS+= -I${LOCALBASE}/include -fPIC
-LIBTOOLFILES= # empty
MAKEFILE= GNUmakefile
PHP_MOD_NAME= php_${PORTNAME}
-USE_AUTOTOOLS= libtool
USE_PHP= yes
USE_PHP_BUILD= yes
USES= gmake
@@ -32,9 +30,6 @@ post-patch:
@${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|2.0|' ${WRKSRC}/../SWIGmake.base
@${REINPLACE_CMD} -e 's|^CC=.*$$|CC=${CC}|; s|^CXX=.*$$|CXX=${CXX}|; s|^CFLAGS=.*$$|CFLAGS=${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
-do-configure:
- @${DO_NADA}
-
# include/cpl_config.h will exist after build phase
pre-build:
${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt
More information about the svn-ports-all
mailing list