diff options
Diffstat (limited to 'freebsd/dependencies/avahi-tqt')
-rw-r--r-- | freebsd/dependencies/avahi-tqt/Makefile | 41 | ||||
-rw-r--r-- | freebsd/dependencies/avahi-tqt/distinfo | 3 | ||||
-rw-r--r-- | freebsd/dependencies/avahi-tqt/pkg-descr | 10 | ||||
-rw-r--r-- | freebsd/dependencies/avahi-tqt/pkg-plist | 7 |
4 files changed, 61 insertions, 0 deletions
diff --git a/freebsd/dependencies/avahi-tqt/Makefile b/freebsd/dependencies/avahi-tqt/Makefile new file mode 100644 index 000000000..e2253c9e8 --- /dev/null +++ b/freebsd/dependencies/avahi-tqt/Makefile @@ -0,0 +1,41 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: dependencies/avahi-tqt + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= avahi-tqt +COMMENT= Avahi TQt integration library +TDE_PREVERSION= +MASTER_SITE_SUBDIR= a/${PORTNAME} +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +PORTREVISION= 0 +CATEGORIES= net +DIST_SUBDIR= TDE/dependencies +PREFIX= ${LOCALBASE} + + +BUILD_DEPENDS+= tmoc:x11-toolkits/libtqtinterface \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \ + libavahi-common.so:net/avahi-app \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ + -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/dependencies/avahi-tqt/distinfo b/freebsd/dependencies/avahi-tqt/distinfo new file mode 100644 index 000000000..4df040d37 --- /dev/null +++ b/freebsd/dependencies/avahi-tqt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1681692564 +SHA256 (TDE/dependencies/avahi-tqt_14.1.0.orig.tar.xz) = 1b24be945de3d1f9055595aad7e67326238ec31559ba748c9cb7d676047398fb +SIZE (TDE/dependencies/avahi-tqt_14.1.0.orig.tar.xz) = 11728 diff --git a/freebsd/dependencies/avahi-tqt/pkg-descr b/freebsd/dependencies/avahi-tqt/pkg-descr new file mode 100644 index 000000000..b5f4458ef --- /dev/null +++ b/freebsd/dependencies/avahi-tqt/pkg-descr @@ -0,0 +1,10 @@ +Avahi TQt integration library + +Avahi is a fully LGPL framework for Multicast DNS Service Discovery. +It allows programs to publish and discover services and hosts +running on a local network with no specific configuration. For +example you can plug into a network and instantly find printers to +print to, files to look at and people to talk to. + +This library contains the interface to integrate the Avahi libraries +into a TQt main loop application. diff --git a/freebsd/dependencies/avahi-tqt/pkg-plist b/freebsd/dependencies/avahi-tqt/pkg-plist new file mode 100644 index 000000000..6099af916 --- /dev/null +++ b/freebsd/dependencies/avahi-tqt/pkg-plist @@ -0,0 +1,7 @@ +include/avahi-tqt/qt-watch.h +lib/libavahi-tqt.a +lib/libavahi-tqt.la +lib/libavahi-tqt.so +lib/libavahi-tqt.so.1 +lib/libavahi-tqt.so.1.0.0 +libdata/pkgconfig/avahi-tqt.pc |