diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-14 01:13:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-14 01:13:38 +0000 |
commit | 0cf481559354e0df167451e47bd618e0a5986dd7 (patch) | |
tree | 3dfafe11599a9e0467872dfcb124248ab993898e /java/classpath/Makefile | |
parent | a9d365bc2245941cd2d4413190999ce2fb722740 (diff) |
Notes
Diffstat (limited to 'java/classpath/Makefile')
-rw-r--r-- | java/classpath/Makefile | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index cf4863bd61ce..3bd730b58ea5 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -7,41 +7,22 @@ # PORTNAME= classpath -PORTVERSION= 0.19 -PORTREVISION= 1 -CATEGORIES= java +PORTVERSION= 0.90 +CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rainer.alves@gmail.com COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -#USE_GNOME= gtk20 libartlgpl2 pkgconfig USE_JAVA= yes USE_JIKES= yes GNU_CONFIGURE= yes -#CONFIGURE_ARGS= --enable-jni --with-jikes CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer USE_GMAKE= yes INFO= hacking vmintegration -PLIST_FILES= lib/security/classpath.security -PLIST_FILES+= include/jni.h -PLIST_FILES+= include/jni_md.h -PLIST_FILES+= include/jawt.h -PLIST_FILES+= include/jawt_md.h -.include <bsd.port.pre.mk> - -post-install: -.for dir in ${PREFIX}/share/classpath ${PREFIX}/lib/classpath - @${FIND} ${dir} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${dir} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.endfor - @${ECHO_CMD} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |