1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/libdbusmenu/Makefile
2016-05-22 16:25:33 +00:00

43 lines
1.0 KiB
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libdbusmenu
PORTVERSION= 16.04.0
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/243440794/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
MAINTAINER= olivierd@FreeBSD.org
COMMENT= GLib and Gtk Implementation of the DBusMenu protocol
LICENSE= GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
LICENSE_DISTFILES= ${WRKSRC}/COPYING-GPL3 ${WRKSRC}/COPYING.2.1 \
${WRKSRC}/COPYING
BUILD_DEPENDS= vapigen:lang/vala \
gtkdoc-check:textproc/gtk-doc
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \
introspection:build gtk30
USE_XORG= x11
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="0.4"
CONFIGURE_ARGS= --disable-static \
--disable-static \
--disable-dumper \
--disable-tests \
--disable-massivedebugging \
--enable-introspection=yes \
--disable-nls \
--enable-vala \
--with-gtk=3
.include <bsd.port.mk>