2012-12-10 14:18:28 +01:00
|
|
|
# Created by: sugimura@jp.FreeBSD.org
|
2004-07-25 10:07:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-08-05 19:05:27 +02:00
|
|
|
PORTNAME= lomboz
|
2005-10-15 16:14:08 +02:00
|
|
|
PORTVERSION= 3.1.r2
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2005-10-15 16:14:08 +02:00
|
|
|
CATEGORIES= java devel
|
2006-02-20 16:10:31 +01:00
|
|
|
MASTER_SITES= http://download.forge.objectweb.org/lomboz/ \
|
|
|
|
http://download.fr2.forge.objectweb.org/lomboz/ \
|
|
|
|
http://download.zh.forge.objectweb.org/lomboz/
|
2004-07-25 10:07:23 +02:00
|
|
|
PKGNAMEPREFIX= eclipse-
|
2006-02-20 16:10:31 +01:00
|
|
|
DISTNAME= lomboz-emf-gef-jem-${PORTVERSION:S/.r/RC/}
|
2004-07-25 10:07:23 +02:00
|
|
|
DIST_SUBDIR= eclipse
|
|
|
|
|
2010-08-23 03:20:48 +02:00
|
|
|
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
2004-07-25 10:07:23 +02:00
|
|
|
COMMENT= A J2EE developer tool build as a plugin for the eclipse platform
|
|
|
|
|
2006-02-20 16:10:31 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
2005-10-15 16:14:08 +02:00
|
|
|
|
|
|
|
CONFLICTS= eclipse-webtools-0.7*
|
2005-01-02 02:53:44 +01:00
|
|
|
|
2004-07-25 10:07:23 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_ZIP= yes
|
2005-10-15 16:14:08 +02:00
|
|
|
USE_JAVA= yes
|
2012-12-10 14:18:28 +01:00
|
|
|
JAVA_VERSION= 1.6+
|
2005-10-15 16:14:08 +02:00
|
|
|
JAVA_OS= native
|
2004-07-25 10:07:23 +02:00
|
|
|
|
|
|
|
do-install:
|
2010-07-31 20:03:52 +02:00
|
|
|
@${MKDIR} ${PREFIX}/lib/eclipse
|
|
|
|
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
|
|
|
|
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
|
|
|
|
@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
|
2005-10-15 16:14:08 +02:00
|
|
|
@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
|
|
|
|
| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
|
2010-07-31 20:03:52 +02:00
|
|
|
| ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
|
2004-07-25 10:07:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|