blob: 7710bf33c16ad1f7c44229df32da0a29de393d68 (
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.4 2011/04/05 10:34:45 kwm Exp $
#
PORTREVISION= 0
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"
|