You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/dependencies/polkit-tqt/Makefile

43 lines
1012 B

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= polkit-tqt
COMMENT= PolicyKit-tqt library
TDE_PREVERSION=
MASTER_SITE_SUBDIR= p/${PORTNAME}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= sysutils
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
BUILD_DEPENDS+= tmoc:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libdbus-1-tqt.so:${PORTSDIR}/x11/trinity/dependencies/dbus-1-tqt \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
-DBUILD_ALL=ON \
-DBUILD_EXAMPLES=OFF \
-DWITH_ALL_OPTIONS=ON \
do-build: tde-cmake-build
post-build: tde-cmake-check
do-install: tde-cmake-install
.include <bsd.port.mk>