mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
054ac7ea50
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.
32 lines
730 B
Makefile
32 lines
730 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
PKGNAMESUFFIX= -gtk3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gtk+ 3 library to the Avahi mDNS system
|
|
|
|
LIB_DEPENDS= libavahi-common.so:${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
|
|
|
|
AVAHI_SLAVE= gtk3
|
|
AVAHI_PKGCONFIG=avahi-ui-gtk3.pc
|
|
|
|
USE_GNOME+= gtk30
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}/avahi-ui; ${GMAKE} libavahi-ui-gtk3.la)
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/avahi-ui; ${GMAKE} ${MAKE_ARGS} install-libLTLIBRARIES)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|