mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
33 lines
725 B
Makefile
33 lines
725 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= avahi-common:${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
|
|
|
|
NO_STAGE= yes
|
|
do-build:
|
|
@(cd ${WRKSRC}/avahi-ui; ${GMAKE} libavahi-ui-gtk3.la)
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/avahi-ui; ${GMAKE} install-libLTLIBRARIES)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|