mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9ea6580c92
PR: ports/176202 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Obtained from: gnome team repo
34 lines
876 B
Makefile
34 lines
876 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/dbus-glib/Makefile,v 1.18 2013/02/18 22:04:05 kwm Exp $
|
|
|
|
PORTNAME= dbus-glib
|
|
PORTVERSION= 0.100.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GLib bindings for the D-BUS messaging system
|
|
|
|
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
|
|
|
|
USE_GNOME= gnomehack glib20 ltverhack
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
|
|
--disable-gtk-doc \
|
|
--with-html-dir=${PREFIX}/share/doc
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_SUB= VERSION="1.0"
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
MAN1= dbus-binding-tool.1
|
|
|
|
.include <bsd.port.mk>
|