freebsd-ports/science/kalzium/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

32 lines
1.1 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 \
libavogadro.so:science/avogadro
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:outsource gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth archive 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= core dbus gui network opengl printsupport qml quick script svg \
widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
.include <bsd.port.mk>