blob: 14abaedc5b12b97d6326152751b82cbb610eb62e (
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-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"
|