23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ninja-ide
|
|
PORTVERSION= 2.3
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Cross-platform integrated development environment (IDE)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= pyqt:4 python:2.7
|
|
USE_PYQT= declarative_run network webkit
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ninja-ide
|
|
|
|
.include <bsd.port.mk>
|