mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
PORTNAME= kstars
|
|
DISTVERSION= 3.5.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= astro kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE desktop planetarium
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
|
|
libqt5keychain.so:security/qtkeychain \
|
|
libraw.so:graphics/libraw \
|
|
libsecret-1.so:security/libsecret \
|
|
libwcs.so:astro/wcslib
|
|
BUILD_DEPENDS= xplanet:astro/xplanet
|
|
RUN_DEPENDS= xplanet:astro/xplanet
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils eigen:3 \
|
|
gettext gnome kde:5 localbase:ldflags pkgconfig qt:5 tar:xz
|
|
USE_GNOME= glib20
|
|
USE_KDE= attica auth bookmarks codecs completion config configwidgets\
|
|
coreaddons crash dbusaddons doctools ecm guiaddons i18n \
|
|
iconthemes init itemviews jobwidgets kio newstuff notifications \
|
|
notifyconfig parts plotting service solid texteditor \
|
|
widgetsaddons xmlgui
|
|
USE_QT= concurrent core datavis3d dbus declarative gui multimedia \
|
|
network opengl printsupport sql svg testlib websockets widgets \
|
|
xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|