aboutsummaryrefslogtreecommitdiff
path: root/astro/kstars/Makefile
blob: b5847b34b1102b39eb5b9559e1be70390e4a2809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	kstars
PORTVERSION=	${KDE4_VERSION}
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/eigen2.pc:${PORTSDIR}/math/eigen2 \
		xplanet:${PORTSDIR}/astro/xplanet
RUN_DEPENDS=	xplanet:${PORTSDIR}/astro/xplanet

USE_KDE4=	kdehier kdelibs kdeprefix automoc4
USES=		cmake:outsource compiler:c++11-lib
USE_QT4=	opengl qmake_build moc_build rcc_build uic_build
USE_XZ=		yes

.include <bsd.port.mk>