2018-01-10 19:39:31 +01:00
|
|
|
# Created by: Boris Samorodov <bsam@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# This is a set of Makefile macros that are common between devel/eric6 and
|
|
|
|
# localized language packages for devel/eric6:
|
2018-03-17 16:58:27 +01:00
|
|
|
# german/eric6, russian/eric6, devel/es-eric6
|
2018-01-10 19:39:31 +01:00
|
|
|
|
|
|
|
PORTNAME= eric6
|
2021-05-12 05:40:52 +02:00
|
|
|
PORTVERSION= 21.5
|
2020-06-10 18:41:49 +02:00
|
|
|
PORTREVISION?= 0
|
2018-01-10 19:39:31 +01:00
|
|
|
MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2020-05-31 17:33:36 +02:00
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
2018-01-10 19:39:31 +01:00
|
|
|
COMMENT= Full featured Python and Ruby editor and IDE based on Qt
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
DESCR= ${.CURDIR}/../../devel/eric6/pkg-descr
|
|
|
|
MAKE_ENV+= "HOME=${WRKDIR}"
|
|
|
|
|
2020-06-10 18:41:49 +02:00
|
|
|
NO_ARCH= yes
|
2018-01-10 19:39:31 +01:00
|
|
|
NO_BUILD= yes
|