e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
26 lines
631 B
Makefile
26 lines
631 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kstars
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 5
|
|
CATEGORIES= astro kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 desktop planetarium
|
|
|
|
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
|
|
libwcs.so:astro/wcslib
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \
|
|
xplanet:astro/xplanet
|
|
RUN_DEPENDS= xplanet:astro/xplanet
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= opengl qmake_build moc_build rcc_build uic_build
|
|
|
|
OPTIONS_DEFINE= PYKDE
|
|
|
|
PYKDE_DESC= Support for updating supernovae data
|
|
PYKDE_USE= KDE=pykde4_run
|
|
|
|
.include <bsd.port.mk>
|