diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-13 19:19:41 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-13 19:19:41 +0000 |
commit | 78647a51f741416b072d15e2691caa5b53bbd6a3 (patch) | |
tree | a1c8804ebe7ac56b8487c7ecd05e80d195340a10 /editors/openoffice.org-1.0/Makefile | |
parent | 4de8da50400c5b4393f6b5524f58215baff80f47 (diff) | |
download | ports-78647a51f741416b072d15e2691caa5b53bbd6a3.tar.gz ports-78647a51f741416b072d15e2691caa5b53bbd6a3.zip |
Make portlint happy. Add USE_XLIB
Submitted by: demon
Notes
Notes:
svn path=/head/; revision=56018
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index ebd4f92ae8e8..0af457eb28c2 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -7,33 +7,34 @@ PORTNAME= openoffice PORTVERSION= 641c -CATEGORIES= editors x11 +CATEGORIES= editors MASTER_SITES= http://sf1.mirror.openoffice.org/641c/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ http://people.freebsd.org/~mbr/distfiles/ DISTFILES= oo_${PORTVERSION}_src.tar.bz2 gpc231.tar.Z oo_moz_641.tar.gz EXTRACT_ONLY= oo_${PORTVERSION}_src.tar.bz2 -EXTRACT_REST= gpc231.tar.Z oo_moz_641.tar.gz MAINTAINER= mbr@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 +LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth + BROKEN= 'Work in progress -- does not build yet till the end' -USE_BZIP2= yes +USE_XLIB= yes +USE_BZIP2= yes +USE_BISON= yes +USE_GMAKE= yes EXTRACT_BEFORE_ARGS_R= -dc EXTRACT_AFTER_ARGS_R= | ${TAR} -xf - EXTRACT_CMD_R= ${GZIP_CMD} +EXTRACT_REST= gpc231.tar.Z oo_moz_641.tar.gz GCC_VERSION!= ${CC} --version JDK13DIR?= ${LOCALBASE}/jdk1.3.1 JAVAVM= ${JDK13DIR}/bin/java -BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison -BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake -BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip -BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 -BUILD_DEPENDS+= pth-config:${PORTSDIR}/devel/pth - GNU_CONFIGURE= yes USE_AUTOCONF= yes WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src/config_office |