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
25 lines
781 B
Makefile
25 lines
781 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kalzium
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 5
|
|
CATEGORIES= science kde kde-kde4
|
|
|
|
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 eigen:3 kde:4 pkgconfig qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_OCAML= yes
|
|
NO_OCAML_RUNDEPENDS= yes
|
|
USE_QT= corelib declarative designer opengl script xml \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|