summaryrefslogtreecommitdiffstats
path: root/java/eclipse-aptana2/Makefile
blob: 39be627d2e5ec02e613d4b7225f2dd5f727c4153 (plain)
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
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=	aptana
PORTVERSION=	2.0.5.1278522500
#PORTREVISION=	0
PORTREVISION=	1
CATEGORIES=	java devel
MASTER_SITES=	http://nivi.interfree.it/distfiles/eclipse-aptana2/
PKGNAMEPREFIX=	eclipse-
PKGNAMESUFFIX=	2
DISTNAME=	com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5tN7

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Aptana Studio 2 Web Development Tools (Eclipse plugin)

BROKEN=		plugin is obsolete or malfunctioning with latest eclipse
DEPRECATED=	evaluation recommendation is to remove rather than update
EXPIRATION_DATE=	2015-04-18

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

CONFLICTS_INSTALL=	eclipse-aptana-1*

USES=		zip
JAVA_VERSION=	1.6+

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

USE_JAVA=	yes

do-install:
	@(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse)

.include <bsd.port.mk>
OpenPOWER on IntegriCloud