mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
198fdc7c81
- switch to Qt5 as default (Qt4 is depreciated) [1] - change log: - Editor: changed the 'Regexp' search option to use QScintilla's POSIX mode, where ( and ) are used for tagging (instead of \( and \) ) - LogViewer: added the capability to search for a regular expression - Project Forms Browser: added support for the --resource-suffix= and --import-from= options of pyuic (the PyQt forms compiler) - Shell, ShellWindow: - added the capability to search for a regular expression with QScintilla's POSIX mode - changed the start menu to give a list of defined environments - added capability to start the shell for the environment defined by the open project - Translator: added a button to open the Translator configuration page - VirtualEnv Manager: extended the environment definition by a flag indicating a Conda environment and a string to be prepended to the PATH environment variable [1] Pre-commit hook incorrectly detects trivial change to FLAVOR as adding FLAVOR to port Approved by: portmgr (implicit [1])
22 lines
575 B
Makefile
22 lines
575 B
Makefile
# Created by: Boris Samorodov <bsam@FreeBSD.org>
|
|
# $FreeBSD$
|
|
#
|
|
# 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= 18.12
|
|
MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= dbn@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_BUILD= yes
|