aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-webtools/Makefile
blob: 8ebf0226ace4a6457796f86a36a628a88b0be8dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    eclipse-webtools
# Date created:             October 14, 2005
# Whom:                 markhobden@gmail.com
#
# $FreeBSD$
#

PORTNAME=   webtools
PORTVERSION=    2.0.3
CATEGORIES= java devel www
MASTER_SITES=   ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/webtools/downloads/drops/,}
MASTER_SITE_SUBDIR= R2.0/R-${PORTVERSION}-20080710044639/
PKGNAMEPREFIX=  eclipse-
DISTNAME=   wtp-R-${PORTVERSION}-20080710044639
DIST_SUBDIR=    eclipse

MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT=    Webtools for eclipse

RUN_DEPENDS=    eclipse:${PORTSDIR}/java/eclipse \
        ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \
        ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef

BROKEN=     deletes files installed by dependency on deinstall

CONFLICTS=  eclipse-lomboz-3.*

NO_BUILD=   yes
NO_WRKSUBDIR=   yes
USE_ZIP=    yes
USE_JAVA=   yes
JAVA_VERSION=   1.5+
JAVA_OS=    native

do-install:
        @${MKDIR} ${PREFIX}/eclipse
        @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
        @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
        @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
        @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
            | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
            | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}

.include <bsd.port.mk>