diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-30 21:15:44 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-30 21:15:44 +0000 |
commit | d259c9b289a7f704571ad6d83ea710259c878d8b (patch) | |
tree | 966a58a8a26ad34aca3e253a4735cb9361285450 /lang/sablevm/Makefile | |
parent | 4b37c0bd31567f1012a2a1d86dd00596fc854f79 (diff) | |
download | pkgsrc-d259c9b289a7f704571ad6d83ea710259c878d8b.tar.gz |
Update to 1.1.3:
Version 1.1.3
- Cleaned up build process so that "./configure ; make ; make install"
works out of the box for both sablevm-classpath (as it does for sablevm).
Version 1.1.2
- Uses GNU Classpath 0.08+CVS.
- Various minor bugfixes and enhancements.
Diffstat (limited to 'lang/sablevm/Makefile')
-rw-r--r-- | lang/sablevm/Makefile | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile index 91bf4fbce0a..0ac6d48699a 100644 --- a/lang/sablevm/Makefile +++ b/lang/sablevm/Makefile @@ -1,38 +1,23 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 20:42:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/30 21:15:44 jmmv Exp $ # -DISTNAME= sablevm-1.1.1 +DISTNAME= sablevm-1.1.3 CATEGORIES= lang -MASTER_SITES= http://devel.sablevm.org/download/1.1.1/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sablevm/} \ + http://devel.sablevm.org/download/1.1.3/ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.sablevm.org/ COMMENT= SableVM free Java virtual machine DEPENDS+= unzip>=5.50:../../archivers/unzip -DEPENDS+= sablevm-classpath-1.1.1:../../lang/sablevm-classpath +DEPENDS+= sablevm-classpath-1.1.3:../../lang/sablevm-classpath GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes -CONFIGURE_ARGS+= --disable-signals-for-exceptions - -EVAL_PREFIX+= PREFIX.sablevm-classpath=sablevm-classpath -PREFIX.sablevm-classpath_DEFAULT= ${LOCALBASE} - -pre-configure: - cd ${WRKSRC} && ${AUTOHEADER} - cd ${WRKSRC} && ${AUTOCONF} - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/sablevm - ${LN} -s ${PREFIX.sablevm-classpath}/lib/sablevm-classpath \ - ${PREFIX}/lib/sablevm/sablevm-classpath - ${LN} -s ${PREFIX.sablevm-classpath}/share/sablevm-classpath \ - ${PREFIX}/share/sablevm/sablevm-classpath - .if !exists(/usr/include/semaphore.h) LDFLAGS+= -lsemaphore BUILDLINK_TRANSFORM+= l:rt:semaphore: @@ -41,6 +26,5 @@ BUILDLINK_TRANSFORM+= l:rt:semaphore: .include "../../devel/libffi/buildlink3.mk" .include "../../devel/libtool/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" -.include "../../mk/autoconf.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |