diff options
author | Romain Tartière <romain@FreeBSD.org> | 2013-01-21 14:14:17 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2013-01-21 14:14:17 +0000 |
commit | 7f6765ae299144c6619606b96494847bcc1451d2 (patch) | |
tree | 890b7c1c6c70aa6cb9bf0bbf930c5a724a3ab3c2 | |
parent | f8d5149cee46401933d9556ae1de9f40ffa140c0 (diff) |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ndesk-options/Makefile | 21 | ||||
-rw-r--r-- | devel/ndesk-options/distinfo | 2 | ||||
-rw-r--r-- | devel/ndesk-options/pkg-descr | 3 | ||||
-rw-r--r-- | devel/ndesk-options/pkg-plist | 8 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 84de2e79792f..b1f26872832f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1242,6 +1242,7 @@ SUBDIR += ncurses-devel SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib + SUBDIR += ndesk-options SUBDIR += nemiver SUBDIR += netbsd-pkgsrc-mk-files SUBDIR += netscape-java40 diff --git a/devel/ndesk-options/Makefile b/devel/ndesk-options/Makefile new file mode 100644 index 000000000000..b311c3d30b3d --- /dev/null +++ b/devel/ndesk-options/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= ndesk-options +PORTVERSION= 0.2.1 +CATEGORIES= devel +MASTER_SITES= http://www.ndesk.org/archive/${PORTNAME}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= Callback-based program option parser for C\# + +BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono +RUN_DEPENDS= mono:${PORTSDIR}/lang/mono + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/devel/ndesk-options/distinfo b/devel/ndesk-options/distinfo new file mode 100644 index 000000000000..21ef864567ca --- /dev/null +++ b/devel/ndesk-options/distinfo @@ -0,0 +1,2 @@ +SHA256 (ndesk-options-0.2.1.tar.gz) = 4864b3f2fc9c238980bb52c8f290fafb620c0e4bcb7f39958b953b75955b45f8 +SIZE (ndesk-options-0.2.1.tar.gz) = 141019 diff --git a/devel/ndesk-options/pkg-descr b/devel/ndesk-options/pkg-descr new file mode 100644 index 000000000000..5ca90134340e --- /dev/null +++ b/devel/ndesk-options/pkg-descr @@ -0,0 +1,3 @@ +NDesk.Options is a callback-based program option parser for C#. + +WWW: http://www.ndesk.org/Options diff --git a/devel/ndesk-options/pkg-plist b/devel/ndesk-options/pkg-plist new file mode 100644 index 000000000000..2bc454b6d0f5 --- /dev/null +++ b/devel/ndesk-options/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +lib/monodoc/sources/ndesk-options-docs.source +lib/monodoc/sources/ndesk-options-docs.tree +lib/monodoc/sources/ndesk-options-docs.zip +lib/ndesk-options/NDesk.Options.dll +lib/ndesk-options/Options.cs +libdata/pkgconfig/ndesk-options.pc +@dirrm lib/ndesk-options |