mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e0b8e80600
- Remove infozip dependency
32 lines
750 B
Makefile
32 lines
750 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aptana
|
|
PORTVERSION= 2.0.5.1278522500
|
|
#PORTREVISION= 0
|
|
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
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Aptana Studio 2 Web Development Tools (Eclipse plugin)
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
CONFLICTS_INSTALL= eclipse-aptana-1*
|
|
|
|
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>
|