8d6597e0bb
With hat: portmgr Sponsored by: Absolight
31 lines
712 B
Makefile
31 lines
712 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
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
|
|
RUN_DEPENDS= avahi-header>=0.6: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; ${MAKE_CMD} libavahi-ui-gtk3.la)
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/avahi-ui; ${MAKE_CMD} ${MAKE_ARGS} install-libLTLIBRARIES)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|