Changeset View
Changeset View
Standalone View
Standalone View
ftp/curl-hiphop/Makefile
| Show All 9 Lines | |||||
| BUILDING_HIPHOP= yes | BUILDING_HIPHOP= yes | ||||
| HIPHOP_DIR= share/hiphop-php | HIPHOP_DIR= share/hiphop-php | ||||
| EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-hiphop | EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-hiphop | ||||
| GNU_CONFIGURE_PREFIX= ${PREFIX}/${HIPHOP_DIR}/ext | GNU_CONFIGURE_PREFIX= ${PREFIX}/${HIPHOP_DIR}/ext | ||||
| CONFIGURE_ARGS+= --disable-shared --enable-static | CONFIGURE_ARGS+= --disable-shared --enable-static | ||||
| PLIST_SUB+= HIPHOP_DIR="${HIPHOP_DIR}" | PLIST_SUB+= HIPHOP_DIR="${HIPHOP_DIR}" | ||||
| LATEST_LINK= curl-hiphop | |||||
| PLIST= ${.CURDIR}/pkg-plist | PLIST= ${.CURDIR}/pkg-plist | ||||
| DESCR= ${.CURDIR}/pkg-descr | DESCR= ${.CURDIR}/pkg-descr | ||||
| MASTERDIR= ${.CURDIR}/../curl | MASTERDIR= ${.CURDIR}/../curl | ||||
| do-install: | do-install: | ||||
| .for dir in include lib | .for dir in include lib | ||||
| @cd ${WRKSRC}/${dir} && \ | @cd ${WRKSRC}/${dir} && \ | ||||
| ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ | ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ | ||||
| ${MAKE_ARGS} ${INSTALL_TARGET} | ${MAKE_ARGS} ${INSTALL_TARGET} | ||||
| .endfor | .endfor | ||||
| .include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" | ||||