diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-01 02:24:13 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-01 02:24:13 +0800 |
commit | 69e54b0a49cf6331191325610a890243709190fd (patch) | |
tree | d83cf4c62794d203bf2b3a50aa1450008418ab72 /net/avahi-qt3 | |
parent | 01dec026357305f64582afda2fbcfd750b5a3c97 (diff) | |
download | marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.gz marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.bz2 marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.lz marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.xz marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.zst marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.zip |
- Split up avahi
- Add avahi-autoipd (needs rc.d script)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9305 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/avahi-qt3')
-rw-r--r-- | net/avahi-qt3/Makefile | 28 | ||||
-rw-r--r-- | net/avahi-qt3/pkg-descr | 3 | ||||
-rw-r--r-- | net/avahi-qt3/pkg-plist | 7 |
3 files changed, 38 insertions, 0 deletions
diff --git a/net/avahi-qt3/Makefile b/net/avahi-qt3/Makefile new file mode 100644 index 000000000..14abaedc5 --- /dev/null +++ b/net/avahi-qt3/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: avahi-qt3 +# Date created: 12 April 2007 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= net +PKGNAMESUFFIX= -qt3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Qt 3 bindings to the Avahi mDNS system + +LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi + +MASTERDIR= ${.CURDIR}/../avahi-app +BUILD_WRKSRC= ${WRKSRC}/avahi-qt +INSTALL_WRKSRC= ${BUILD_WRKSRC} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +AVAHI_SLAVE= qt3 +USE_GNOME= gnomehack gnometarget ltverhack +USE_QT_VER= 3 +AVAHI_PKGCONFIG= avahi-qt3.pc + +.include "${MASTERDIR}/Makefile" diff --git a/net/avahi-qt3/pkg-descr b/net/avahi-qt3/pkg-descr new file mode 100644 index 000000000..5ed735799 --- /dev/null +++ b/net/avahi-qt3/pkg-descr @@ -0,0 +1,3 @@ +Qt 3 bindings to the avahi mDNS service discovery system. + +WWW: http://www.avahi.org/ diff --git a/net/avahi-qt3/pkg-plist b/net/avahi-qt3/pkg-plist new file mode 100644 index 000000000..3025b57c0 --- /dev/null +++ b/net/avahi-qt3/pkg-plist @@ -0,0 +1,7 @@ +include/avahi-qt3/qt-watch.h +lib/libavahi-qt3.a +lib/libavahi-qt3.la +lib/libavahi-qt3.so +lib/libavahi-qt3.so.1 +libdata/pkgconfig/avahi-qt3.pc +@dirrm include/avahi-qt3 |