summaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-RC
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-13 19:19:41 +0000
committermbr <mbr@FreeBSD.org>2002-03-13 19:19:41 +0000
commita8bd53f1dd9e1bb690a23173ce4a5bc0814d707a (patch)
tree5b8cd32e9174829f44031e1c783be0497d392696 /editors/openoffice.org-2-RC
parent5d9ebe90b268bb6565b8d324b931596971c16526 (diff)
downloadFreeBSD-ports-a8bd53f1dd9e1bb690a23173ce4a5bc0814d707a.zip
FreeBSD-ports-a8bd53f1dd9e1bb690a23173ce4a5bc0814d707a.tar.gz
Make portlint happy. Add USE_XLIB
Submitted by: demon
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r--editors/openoffice.org-2-RC/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index 92cda4c..0d27392 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -7,34 +7,36 @@
PORTNAME= openoffice
PORTVERSION= 642
-CATEGORIES= editors x11
+CATEGORIES= editors
MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/${PORTVERSION}/ \
http://sf1.mirror.openoffice.org/${PORTVERSION}/ \
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
OpenPOWER on IntegriCloud