mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
c52da3a42a
It fixes a few bugs and introduces these new features: - Tasks * made the task properties dialog adapt to the task kind * added code to get typed manual tasks - UML Diagrams * extended the class items to show class attributes * added code to load a saved UML diagram via the file browser or the project others browser * improved the diagram layout of the Import Diagram and the Application Diagram * added code to save and load diagrams as JSON files * changed code to print diagrams
23 lines
595 B
Makefile
23 lines
595 B
Makefile
# 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:
|
|
# german/eric6, russian/eric6, devel/es-eric6
|
|
|
|
PORTNAME= eric6
|
|
PORTVERSION= 21.7
|
|
PORTREVISION?= 0
|
|
MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
|
COMMENT= Full featured Python and Ruby editor and IDE based on Qt
|
|
|
|
LICENSE= GPLv3
|
|
|
|
DESCR= ${.CURDIR}/../../devel/eric6/pkg-descr
|
|
MAKE_ENV+= "HOME=${WRKDIR}"
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|