blob: 3d00535e011e87ac4d40fa3434089e9cd370a222 (
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
|
# New ports collection makefile for: eclipse-v4all
# Date created: Mon Mar 14 05:39:49 GMT 2005
# Whom: wes@freebsd.org
#
# $FreeBSD$
#
PORTNAME= v4all
PORTVERSION= 2.1.1.9
PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_2_1_1_9
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= wes@freebsd.org
COMMENT= An Eclipse Plugin for Designing Java Swing & SWT GUIs
DEPRECATED= Not useful with Eclipse 3.x
EXPIRATION_DATE=2010-06-08
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
USE_ZIP= yes
WRKSRC= ${WRKDIR}
ECLIPSE= ${PREFIX}/eclipse
do-install:
@${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features
@${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins
.include <bsd.port.mk>
|