936a36e30d
which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
36 lines
890 B
Makefile
36 lines
890 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:net/avahi-app \
|
|
libgdbm.so:databases/gdbm
|
|
RUN_DEPENDS= avahi-header>=0.7: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+= cairo gdkpixbuf2 gtk30
|
|
|
|
do-build:
|
|
${DO_MAKE_BUILD} -C ${WRKSRC}/avahi-common
|
|
${DO_MAKE_BUILD} -C ${WRKSRC}/avahi-client
|
|
${DO_MAKE_BUILD} -C ${WRKSRC}/avahi-glib
|
|
${DO_MAKE_BUILD} -C ${WRKSRC}/avahi-ui libavahi-ui-gtk3.la
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/avahi-ui; ${MAKE_CMD} ${MAKE_ARGS} install-libLTLIBRARIES)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|