summaryrefslogtreecommitdiff
path: root/java/eclipse-pydev/Makefile
blob: 5a1f2cfc2990748e6cf12d2f0af797b8c817e93f (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
PORTNAME=	pydev
PORTVERSION=	13.1.0
PORTREVISION=	1
CATEGORIES=	java devel python
MASTER_SITES=	https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_13_1_0/
PKGNAMEPREFIX=	eclipse-
DISTNAME=	PyDev.${PORTVERSION}

MAINTAINER=	mizhka@FreeBSD.org
COMMENT=	Eclipse plugin for Python and Jython development
WWW=		https://www.pydev.org/

LICENSE=	EPL

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

USES=		java python zip
JAVA_OS=	native

NO_BUILD=	YES
NO_WRKSUBDIR=	YES

PLIST_SUB+=     PYDEV_VER=13.1.0.202509210817

OPTIONS_DEFINE=	JYTHON

JYTHON_DESC=	Use Jython as Python interpreter

JYTHON_RUN_DEPENDS=	jython:lang/jython

PLUGINDIR=	share/eclipse/dropins/${PORTNAME}/eclipse

do-install:
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/${PLUGINDIR})

.include <bsd.port.mk>