aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi-qt4/Makefile
blob: d03a7e4c50fec82418368ddce996653676c07e0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    avahi-qt4
# Date created:             26 October 2007
# Whom:                 Michael Johnson <ahze@FreeBSD.org
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= net
PKGNAMESUFFIX=  -qt4

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Qt 4 bindings to the Avahi mDNS system

LIB_DEPENDS=    avahi-common.3:${PORTSDIR}/net/avahi-app

MASTERDIR=  ${.CURDIR}/../avahi-app
BUILD_WRKSRC=   ${WRKSRC}/avahi-qt
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR=      ${.CURDIR}/pkg-descr
PLIST=      ${.CURDIR}/pkg-plist

AVAHI_SLAVE=    qt4
USE_GNOME=  gnomehack ltverhack intltool
USE_QT4=    corelib moc_build
AVAHI_PKGCONFIG=    avahi-qt4.pc

.include "${MASTERDIR}/Makefile"