summaryrefslogblamecommitdiffstats
path: root/devel/ndesk-dbus-glib/Makefile
blob: 95775734deb8ca0b1fad2e468eec182de94c1e46 (plain) (tree)
1
2
3
4
5
6




                                                                              
          




























                                                                                             
# New ports collection makefile for:    ndesk-dbus-glib
# Date created:             14 January 2008
# Whom:                 FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   ndesk-dbus-glib
PORTVERSION=    0.4.1
CATEGORIES= devel
MASTER_SITES=   http://www.ndesk.org/archive/ndesk-dbus/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GLib main loop integration for Managed D-Bus

BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus

USE_GMAKE=  yes
USE_GNOME=  gnomehack gnometarget
GNU_CONFIGURE=  yes

DOCS=       AUTHORS COPYING README

.ifndef (NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>