summaryrefslogtreecommitdiffstats
path: root/net/avahi-gtk3/Makefile
blob: a88291fae13b15b7b32ba49941e486da60a4f431 (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
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    avahi-gtk
# Date created:             31 July 2007
# Whom:                 Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/net/avahi-gtk3/Makefile,v 1.5 2011/08/11 19:48:47 kwm Exp $
#

PORTREVISION=   1
CATEGORIES= net
PKGNAMESUFFIX=  -gtk3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Gtk+ 3 library to the Avahi mDNS system

LIB_DEPENDS=    avahi-common.3:${PORTSDIR}/net/avahi-app
RUN_DEPENDS=    avahi-header>=0.6:${PORTSDIR}/net/avahi-header

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

CONFIGURE_ARGS+=--disable-silent-rules

AVAHI_SLAVE=    gtk3
AVAHI_PKGCONFIG=avahi-ui-gtk3.pc

USE_GNOME=  gnomehack ltverhack intltool gtk30

do-build:
    @(cd ${WRKSRC}/avahi-ui; ${GMAKE} libavahi-ui-gtk3.la)

do-install:
    @(cd ${WRKSRC}/avahi-ui; ${GMAKE} install-libLTLIBRARIES)

.include "${MASTERDIR}/Makefile"