aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-aptana-radrails/Makefile
blob: 7863a50388be5664d0fc27b45cd737d81b262e9b (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
# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$

PORTNAME=	aptana
PORTVERSION=	1.2.1.23268
PORTREVISION=	3
CATEGORIES=	java devel
MASTER_SITES=	http://update1.aptana.org/rails/${PORTVERSION}/ \
		http://update2.aptana.org/rails/${PORTVERSION}/
PKGNAMEPREFIX=	eclipse-
PKGNAMESUFFIX=	-radrails
DISTNAME=	org.radrails.rails_feature-${PORTVERSION}-278787EUNvWohWG-fz0019H9P9Y9

MAINTAINER=	ports@FreeBSD.org
COMMENT=	IDE for Ruby and the Ruby on Rails framework (Eclipse plugin)

RUN_DEPENDS=	${LOCALBASE}/lib/eclipse/features/com.aptana.ide.feature_1.2.7.024747.jar:${PORTSDIR}/java/eclipse-aptana

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>