aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-vep-examples/Makefile
blob: d4326ea9394228d2452d4baa91f32fec72618104 (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
# New ports collection makefile for:    eclipse-vep-examples
# Date created:             July 15, 2004
# Whom:                 sugimura@jp.FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   vep
PORTVERSION=    1.0.0.20040730
CATEGORIES= java devel
MASTER_SITES=   http://download.eclipse.org/tools/ve/downloads/drops/S-1.0M2-200407301410/
PKGNAMEPREFIX=  eclipse-
PKGNAMESUFFIX=  -examples
DISTNAME=   VE-examples-1.0M2
DIST_SUBDIR=    eclipse

MAINTAINER= java@FreeBSD.ORG
COMMENT=    Visual Editor Project for the Eclipse IDE (examples)

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

NO_BUILD=   yes
NO_WRKSUBDIR=   yes
USE_ZIP=    yes
PLIST_SUB=  RELEASEVERSION=1.0.0

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

.include <bsd.port.mk>