1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-10 19:25:08 +00:00
parent a78ab3fbbd
commit 13364ea780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350835

View File

@ -11,23 +11,21 @@ MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
MAINTAINER= gnome@FreeBSD.org
COMMENT= GLib main loop integration for Managed D-Bus
OPTIONS_DEFINE= DOCS
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
USES= pathfix pkgconfig
USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
NO_STAGE= yes
DOCS= AUTHORS COPYING README
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>