737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kig
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 10
|
|
CATEGORIES= math kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 interactive geometry application
|
|
|
|
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:4 python:run \
|
|
shebangfix tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= gui xml moc_build qmake_build rcc_build uic_build
|
|
|
|
SHEBANG_FILES= pykig/pykig.py
|
|
|
|
.include <bsd.port.mk>
|