blob: 2d4732813a4f3f05d1b2f5cb8d1887910f5a52dc (
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
|
# New ports collection makefile for: eclipse-aptana
# Date created: 2007-11-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aptana
PORTVERSION= 1.2.2.024747
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= http://update1.aptana.org/studio/3.2/024747/
PKGNAMEPREFIX= eclipse-
DISTNAME= aptana_update_${PORTVERSION:E}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Aptana Web Development Tools (Eclipse plugin)
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
CONFLICTS_INSTALL= eclipse-aptana-[2-9]*
JAVA_VERSION= 1.5+
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_JAVA= yes
USE_ZIP= yes
do-install:
@(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;)
.include <bsd.port.mk>
|