mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
30 lines
718 B
Makefile
30 lines
718 B
Makefile
# Created by: 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
USES= gmake pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
DOCS= AUTHORS COPYING README
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for i in ${DOCS}
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.mk>
|