Changeset View
Changeset View
Standalone View
Standalone View
head/editors/openoffice-devel/Makefile
| # Created by: Martin Blapp | # Created by: Martin Blapp | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= apache-openoffice | PORTNAME= apache-openoffice | ||||
| PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} | PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} | ||||
| PORTREVISION= 0 | PORTREVISION= 1 | ||||
| PORTEPOCH= 4 | PORTEPOCH= 4 | ||||
| CATEGORIES= editors java | CATEGORIES= editors java | ||||
| MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ | MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ | ||||
| http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ | http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ | ||||
| LOCAL/truckman/openoffice:snap,extsrc | LOCAL/truckman/openoffice:snap,extsrc | ||||
| .if defined(LANG_PKGNAME) | .if defined(LANG_PKGNAME) | ||||
| PKGNAMEPREFIX= ${LANG_PKGNAME}- | PKGNAMEPREFIX= ${LANG_PKGNAME}- | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 212 Lines • ▼ Show 20 Lines | |||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| .if defined(WITH_DEBUG) | .if defined(WITH_DEBUG) | ||||
| CONFIGURE_ARGS+= --enable-symbols | CONFIGURE_ARGS+= --enable-symbols | ||||
| .endif | .endif | ||||
| .if ${PORT_OPTIONS:MREPORT_BUILDER} || ${PORT_OPTIONS:MWIKI_PUBLISHER} | .if ${PORT_OPTIONS:MREPORT_BUILDER} || ${PORT_OPTIONS:MWIKI_PUBLISHER} | ||||
| BUILD_DEPENDS+= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging | BUILD_DEPENDS+= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging | ||||
| RUN_DEPENDS+= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging | RUN_DEPENDS+= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging | ||||
| CONFIGURE_ARGS+= --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar | CONFIGURE_ARGS+= --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar | ||||
| .else | .else | ||||
| CONFIGURE_ARGS+= --without-commons-logging | CONFIGURE_ARGS+= --without-commons-logging | ||||
| .endif | .endif | ||||
| .include <${FILESDIR}/Makefile.localized> | .include <${FILESDIR}/Makefile.localized> | ||||
| .if ${CHOSEN_COMPILER_TYPE} == clang | .if ${CHOSEN_COMPILER_TYPE} == clang | ||||
| ▲ Show 20 Lines • Show All 263 Lines • Show Last 20 Lines | |||||