freebsd-ports/devel/ndesk-dbus/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

35 lines
794 B
Makefile

# New ports collection makefile for: ndesk-dbus
# Date created: 14 January 2008
# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/devel/ndesk-dbus/Makefile,v 1.2 2008/01/14 22:35:41 mezz Exp $
#
PORTNAME= ndesk-dbus
PORTVERSION= 0.6.1a
CATEGORIES= devel
MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A C\# implementation of D-Bus
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
USE_GMAKE= yes
USE_GNOME= gnomehack
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>