4baf830d0d
* Pet portlint * Strip library.
35 lines
814 B
Makefile
35 lines
814 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dbus-glib
|
|
PORTVERSION= 0.110
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GLib bindings for the D-BUS messaging system
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
libexpat.so:textproc/expat2
|
|
|
|
USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= freedesktop
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
|
|
--disable-gtk-doc \
|
|
--with-html-dir=${PREFIX}/share/doc
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VERSION="1.0"
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|