1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/avahi-qt4/Makefile
Jeremy Messenger a293ffa8c1 -Update to 0.6.23.
-Remove 5.x support.
-Get rc scripts to use current style for rename by remove '.sh' suffix. [1]

PR:		ports/122443 [1]
Submitted by:	rafan [1]
2008-07-03 21:53:55 +00:00

30 lines
671 B
Makefile

# 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 gnometarget ltverhack intltool
USE_QT_VER= 4
QT_COMPONENTS= corelib moc_build
AVAHI_PKGCONFIG= avahi-qt4.pc
.include "${MASTERDIR}/Makefile"