mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
20 lines
458 B
Makefile
20 lines
458 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kig
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 8
|
|
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>
|