aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-aptana-radrails/Makefile
blob: ec2c9160f88230c4de7f6a368e0eec6338109ece (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
# New ports collection makefile for:    eclipse-aptana-radrails
# Date created:             22 June 2009
# Whom:                 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= avl@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

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>