aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-gef-examples/Makefile
blob: 9c6103505e7f30e49a9462e85c4cb2f00bc96225 (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
# Created by: olgeni@FreeBSD.org
# $FreeBSD$

PORTNAME=   gef
PORTVERSION=    3.0
PORTREVISION=   6
CATEGORIES= java devel
MASTER_SITES=   http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406251257/
PKGNAMEPREFIX=  eclipse-
PKGNAMESUFFIX=  -examples
DISTNAME=   GEF-examples-${PORTVERSION}
DIST_SUBDIR=    eclipse

MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT=    Graphical Editing Framework for the Eclipse IDE (examples)

RUN_DEPENDS=    ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

NO_BUILD=   yes
NO_WRKSUBDIR=   yes
USE_ZIP=    yes

NO_STAGE=   yes
do-install:
        @${MKDIR} ${PREFIX}/lib/eclipse
        @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
        @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse

.include <bsd.port.mk>