1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Convert to USES=mono

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-05-26 13:11:43 +00:00
parent 3cac818a2d
commit d1e4387ae1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355331
7 changed files with 9 additions and 18 deletions

View File

@ -16,7 +16,7 @@ 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
USES= gmake pathfix pkgconfig
USES= gmake mono pathfix pkgconfig
GNU_CONFIGURE= yes
DOCS= AUTHORS COPYING README
@ -27,5 +27,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>

View File

@ -10,11 +10,8 @@ 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
USES= gmake mono pathfix pkgconfig
GNU_CONFIGURE= yes
DOCS= AUTHORS COPYING README
@ -25,5 +22,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>

View File

@ -10,8 +10,8 @@ MASTER_SITES= http://download.gna.org/bless/
MAINTAINER= mono@FreeBSD.org
COMMENT= A high quality, full featured hex editor
USES= gmake pkgconfig
USE_GNOME= gnomehack gnomeprefix gnomedocutils gtksharp20
USES= gmake mono pathfix pkgconfig
USE_GNOME= gnomeprefix gnomedocutils gtksharp20
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)

View File

@ -16,9 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
BROKEN= Does not build
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gtksharp20 desktopfileutils
USE_GNOME= gtksharp20
INSTALLS_ICONS= yes
USES= gettext gmake pkgconfig
USES= desktop-file-utils gettext gmake mono pkgconfig
MAN1= pinta.1
MANCOMPRESSED= yes
@ -27,6 +27,4 @@ NO_STAGE= yes
post-install:
-@update-desktop-database
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -92,5 +92,3 @@ share/icons/hicolor/scalable/apps/pinta.svg
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrm lib/pinta
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View File

@ -10,6 +10,7 @@ COMMENT= Functional and object-oriented language for the .NET platform
LICENSE= APACHE20
USES= mono
BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
@ -20,5 +21,4 @@ GH_COMMIT= b0c16bb
USES= gmake pkgconfig
USE_AUTOTOOLS= autoconf
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>

View File

@ -10,6 +10,7 @@ COMMENT= Mono bindings for gmime
LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26
USES= mono
MASTERDIR= ${.CURDIR}/../gmime26
BUILD_WRKSRC= ${WRKSRC}/mono
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@ -27,5 +28,4 @@ pre-configure:
@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
${WRKSRC}/mono/gmime-sharp.dll.config.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include "${MASTERDIR}/Makefile"