forked from Lainports/freebsd-ports
Nini is an uncommonly powerful .NET configuration library designed to help
build highly configurable applications quickly. WWW: http://nini.sourceforge.net PR: ports/141442 Submitted by: Romain Tartiere <romain at blogreen.org>
This commit is contained in:
parent
25c729afc3
commit
ff6f7edfce
6 changed files with 79 additions and 0 deletions
|
|
@ -1006,6 +1006,7 @@
|
|||
SUBDIR += newfile
|
||||
SUBDIR += newt
|
||||
SUBDIR += ngpt
|
||||
SUBDIR += nini
|
||||
SUBDIR += noweb
|
||||
SUBDIR += nspr
|
||||
SUBDIR += oaf
|
||||
|
|
|
|||
56
devel/nini/Makefile
Normal file
56
devel/nini/Makefile
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
# New ports collection makefile for: nini
|
||||
# Date created: 2009-04-27
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nini
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= nini/Nini/${PORTVERSION}
|
||||
DISTNAME= Nini-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= NET configuration library
|
||||
|
||||
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Nini
|
||||
|
||||
NINI_VERSION= ${PORTVERSION:C/([0-9]*\.[0-9]*).*/\1/}
|
||||
|
||||
SUB_FILES= ${PORTNAME}.pc
|
||||
SUB_LIST+= PORTVERSION=${PORTVERSION} \
|
||||
NINI_VERSION=${NINI_VERSION}
|
||||
|
||||
PLIST_SUB+= NINI_VERSION=${NINI_VERSION}
|
||||
|
||||
.if !defined (NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
.if !defined (NOPORTEXAMPLES)
|
||||
PORTEXAMPLES= *
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@(cd ${INSTALL_WRKSRC}/Bin/Mono/1.1/Release && ${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil -root ${PREFIX}/lib/ -gacdir ${PREFIX}/lib -package ${PORTNAME}-${NINI_VERSION} -i Nini.dll)
|
||||
@${INSTALL_DATA} ${WRKDIR}/nini.pc ${PREFIX}/libdata/pkgconfig/nini-${NINI_VERSION}.pc
|
||||
|
||||
.if !defined (NOPORTEXAMPLES)
|
||||
@${ECHO_CMD} "Installing examples..."
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
|
||||
.endif
|
||||
|
||||
.if !defined (NOPORTDOCS)
|
||||
@${ECHO_CMD} "Installing documentation..."
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC}/Docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/nini/distinfo
Normal file
3
devel/nini/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (Nini-1.1.0.zip) = 63384f75fabd401cff1500f738d452f4
|
||||
SHA256 (Nini-1.1.0.zip) = 460cc71d931a8fb9afbc86c764eddb926051a71bde0f7deb04e22066b125270b
|
||||
SIZE (Nini-1.1.0.zip) = 1246584
|
||||
8
devel/nini/files/nini.pc.in
Normal file
8
devel/nini/files/nini.pc.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
prefix=%%PREFIX%%
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: Nini
|
||||
Description: Nini - Configuration library for C# and VB.NET
|
||||
Version: %%PORTVERSION%%
|
||||
Libs: -r:${libdir}/mono/nini-%%NINI_VERSION%%/Nini.dll
|
||||
4
devel/nini/pkg-descr
Normal file
4
devel/nini/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Nini is an uncommonly powerful .NET configuration library designed to help
|
||||
build highly configurable applications quickly.
|
||||
|
||||
WWW: http://nini.sourceforge.net
|
||||
7
devel/nini/pkg-plist
Normal file
7
devel/nini/pkg-plist
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@comment $FreeBSD$
|
||||
lib/mono/gac/Nini/%%NINI_VERSION%%.0.0__691faec150a7fa7b/Nini.dll
|
||||
lib/mono/nini-%%NINI_VERSION%%/Nini.dll
|
||||
libdata/pkgconfig/nini-%%NINI_VERSION%%.pc
|
||||
@dirrm lib/mono/nini-%%NINI_VERSION%%
|
||||
@dirrm lib/mono/gac/Nini/%%NINI_VERSION%%.0.0__691faec150a7fa7b
|
||||
@dirrm lib/mono/gac/Nini
|
||||
Loading…
Add table
Reference in a new issue