mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
29 lines
772 B
Makefile
29 lines
772 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kstars
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 desktop planetarium
|
|
|
|
LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \
|
|
libwcs.so:${PORTSDIR}/astro/wcslib
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:${PORTSDIR}/math/eigen3 \
|
|
xplanet:${PORTSDIR}/astro/xplanet
|
|
RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet
|
|
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USES= cmake:outsource compiler:c++11-lib tar:xz
|
|
USE_QT4= opengl qmake_build moc_build rcc_build uic_build
|
|
|
|
OPTIONS_DEFINE= PYKDE
|
|
|
|
PYKDE_DESC= Support for updating supernovae data
|
|
PYKDE_USE= KDE4=pykde4_run
|
|
|
|
.include <bsd.port.mk>
|