freebsd-ports/science/kalzium/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

34 lines
1.2 KiB
Makefile

# $FreeBSD$
PORTNAME= kalzium
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= science kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Periodic table of elements for KDE 4
LIB_DEPENDS= libopenbabel.so:science/openbabel \
libAvogadroCore.so:science/avogadrolibs
BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:math/facile \
${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz
USE_GL= gl glew glu
USE_KDE= auth archive attica bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes itemmodels itemviews jobwidgets js kdelibs4support \
khtml kio newstuff notifications parts plotting service solid \
sonnet textwidgets unitconversion widgetsaddons windowsystem \
xmlgui
USE_OCAML= yes
NO_OCAML_RUNDEPENDS= yes
USE_QT= concurrent core dbus declarative gui network opengl printsupport script svg \
widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>