freebsd-ports/devel/ecore-main/Makefile.inc
Grzegorz Blach 2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00

19 lines
492 B
Makefile

CONFIGURE_ARGS= --disable-ecore-con \
--disable-ecore-directfb \
--disable-ecore-evas \
--disable-ecore-file \
--disable-glib \
--disable-gnutls \
--disable-ecore-imf \
--disable-ecore-imf_evas \
--disable-ecore-input \
--disable-ecore-input_evas \
--disable-ecore-ipc \
--disable-ecore-sdl \
--disable-ecore-x
post-patch: ecore_drop_librt
ecore_drop_librt:
@${REINPLACE_CMD} -E -e 's,(rt_libs=).*,\1,g' ${WRKSRC}/configure
PATCHDIR= "../../devel/ecore-main/files"