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.
37 lines
843 B
37 lines
843 B
# -*-mode: makefile-*-
|
|
# Created by: slavek.banko@axis.cz
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include <../../trinity.port.mk>
|
|
|
|
PORTNAME= dbus-tqt
|
|
COMMENT= TQt D-Bus inter-process communication module
|
|
TDE_PREVERSION=
|
|
MASTER_SITE_SUBDIR= d/${PORTNAME}
|
|
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
|
|
PORTREVISION= 0
|
|
CATEGORIES= net
|
|
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.so:${PORTSDIR}/devel/dbus \
|
|
|
|
# Build
|
|
post-patch: tde-pathfix
|
|
|
|
do-configure: tde-cmake-prepare
|
|
${TDE_CMAKE_CONFIGURE} \
|
|
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
|
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
|
|
|
|
do-build: tde-cmake-build
|
|
|
|
do-install: tde-cmake-install
|
|
|
|
.include <bsd.port.mk>
|