403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/devel/newtonsoft-json/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/newtonsoft-json/Makefile
PORTNAME=	newtonsoft-json
PORTVERSION=	9.0.1
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Popular high-performance JSON framework for .NET
WWW=		http://james.newtonking.com/json

LICENSE=	MIT

USES=		mono

USE_GITHUB=	yes
GH_ACCOUNT=	JamesNK
GH_PROJECT=	Newtonsoft.Json

SUB_FILES=	Newtonsoft.Json.pc

NO_ARCH=	yes

PLIST_FILES=	lib/mono/Newtonsoft.Json/Newtonsoft.Json.dll \
		lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll \
		lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.pdb \
		libdata/pkgconfig/Newtonsoft.Json.pc

.include <bsd.port.pre.mk>

.if defined(MONO_DEFAULT) && ${MONO_DEFAULT} > 6
BROKEN=		fails to build with Mono version ${MONO_DEFAULT}: Failure adding assembly dbus-sharp.dll to the cache: Strong name cannot be verified for delay-signed assembly
.endif

do-build:
	(cd ${WRKSRC}/Src/Newtonsoft.Json && ${SETENV} ${MAKE_ENV} xbuild Newtonsoft.Json.csproj \
		/property:SignAssembly=true \
		/property:AssemblyOriginatorKeyFile=Dynamic.snk \
		/property:Configuration=Release \
		/property:DefineConstants='SIGNED NET45 TRACE')

do-install:
	(cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \
		${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil \
		/root ${STAGEDIR}${PREFIX}/lib/ \
		/package Newtonsoft.Json /i Newtonsoft.Json.dll)
	(cd ${WRKDIR} && ${INSTALL_DATA} Newtonsoft.Json.pc \
		${STAGEDIR}${PREFIX}/libdata/pkgconfig)

.include <bsd.port.post.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit