summaryrefslogtreecommitdiff
path: root/java/kaffe/Makefile
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-04-10 01:41:02 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-04-10 01:41:02 +0000
commit3239d1ace59136773162c733ce6a46980611ccaf (patch)
tree3c9d9f453782057b2e8ad3b411988000556db94b /java/kaffe/Makefile
parentFix for systems where __FreeBSD__ >= 3. (diff)
Update to version 1.0.b4.
Notes
Notes: svn path=/head/; revision=17753
Diffstat (limited to 'java/kaffe/Makefile')
-rw-r--r--java/kaffe/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile
index c7b68cf6c952..3d77b707cd71 100644
--- a/java/kaffe/Makefile
+++ b/java/kaffe/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: kaffe
-# Version required: 1.0.b3
+# Version required: 1.0.b4
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
-# $Id: Makefile,v 1.39 1999/01/23 07:05:27 vanilla Exp $
+# $Id: Makefile,v 1.40 1999/03/08 07:28:30 asami Exp $
#
-DISTNAME= kaffe-1.0.b3
+DISTNAME= kaffe-1.0.b4
CATEGORIES= lang
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
@@ -16,14 +16,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
gif.3:${PORTSDIR}/graphics/giflib \
png.3:${PORTSDIR}/graphics/png
+WRKSRC= ${WRKDIR}/kaffe-1.0b4
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib"
-CONFIGURE_TARGET= # empty
MAN1= kaffe.1
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
+ ${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
- @${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>