openbsd-ports/lang/libgcj/Makefile

48 lines
1.2 KiB
Makefile
Raw Normal View History

2001-01-05 11:35:58 -05:00
# $OpenBSD: Makefile,v 1.11 2001/01/05 16:36:00 brad Exp $
1999-09-17 06:26:50 -04:00
BROKEN= "sources no longer exist"
1999-08-02 17:50:23 -04:00
# This should probably be part of the egcs port eventually.
# If you want to be built with egcs-snapshot instead of in-tree, depend on that
#BUILD_DEPENDS= egcj::lang/egcs/snapshot
1999-08-02 17:50:23 -04:00
# In the end we want to use autoconf to regen configure after patching
#BUILD_DEPENDS+= autoconf::devel/autoconf
1999-08-02 17:50:23 -04:00
CATEGORIES= lang
NEED_VERSION= 1.305
FAKE=No
2000-10-22 10:02:46 -04:00
MAINTAINER= Niklas Hallqvist <niklas@openbsd.org>
1999-08-02 17:50:23 -04:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2001-01-05 11:35:58 -05:00
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
2000-02-12 03:02:07 -05:00
1999-08-02 17:50:23 -04:00
# These are for snapshot trackers
#LATEST_DATE= 1999-07-08
#DISTNAME= libgcj-snapshot-${LATEST_DATE}
#MASTER_SITES= ftp://ftp.appli.se/pub/ \
# ftp://sourceware.cygnus.com/pub/java/snapshots/
DISTNAME= libgcj-2.95
MASTER_SITES= ftp://sourceware.cygnus.com/pub/java/
#CFLAGS= -O2 -g
CFLAGS= -O2
CONFIGURE_STYLE=gnu
1999-08-02 17:50:23 -04:00
# If you use egcs-snapshot...
#CONFIGURE_ENV= CXX=ec++ CC=egcc
USE_GMAKE= yes
SEPARATE_BUILD= yes
# If you use egcs-snapshot...
#MAKE_FLAGS= GCJ=egcj
# does not work yet as libgcj is a bit messed up
#post-patch:
# cd ${WRKSRC}/libjava && PATH=${PORTPATH} autoreconf
.include <bsd.port.mk>