mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
This reverts commits *e6fa82f132
*fb41f4077d
*75b955057c
(eric6 part) Requested by: fluffy, tcberner
22 lines
596 B
Makefile
22 lines
596 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.11
|
|
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
|