mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/ruby-notmuch: New port for the Ruby interface to notmuch mail
PR: 282401 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
121e40d73e
commit
fa2e39cbb8
4 changed files with 28 additions and 0 deletions
|
@ -593,6 +593,7 @@
|
||||||
SUBDIR += rspamd
|
SUBDIR += rspamd
|
||||||
SUBDIR += rspamd-devel
|
SUBDIR += rspamd-devel
|
||||||
SUBDIR += rss2email3
|
SUBDIR += rss2email3
|
||||||
|
SUBDIR += ruby-notmuch
|
||||||
SUBDIR += rubygem-actionmailbox60
|
SUBDIR += rubygem-actionmailbox60
|
||||||
SUBDIR += rubygem-actionmailbox61
|
SUBDIR += rubygem-actionmailbox61
|
||||||
SUBDIR += rubygem-actionmailbox70
|
SUBDIR += rubygem-actionmailbox70
|
||||||
|
|
25
mail/ruby-notmuch/Makefile
Normal file
25
mail/ruby-notmuch/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
CATEGORIES= mail ruby
|
||||||
|
PKGNAMEPREFIX= ruby-
|
||||||
|
|
||||||
|
COMMENT= Ruby interface for the Notmuch email search and tagging library
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
LIB_DEPENDS= libnotmuch.so:mail/notmuch \
|
||||||
|
libtalloc.so:devel/talloc
|
||||||
|
|
||||||
|
USES= gmake pkgconfig python:build,test ruby
|
||||||
|
|
||||||
|
HAS_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --without-emacs
|
||||||
|
CONFIGURE_ENV+= PYTHON=${PYTHON_CMD} \
|
||||||
|
RUBY=${RUBY_CMD}
|
||||||
|
|
||||||
|
ALL_TARGET= ruby-bindings
|
||||||
|
MASTERDIR= ${.CURDIR}/../notmuch
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${MAKE_CMD} DESTDIR=${STAGEDIR} -C ${WRKSRC}/bindings/ruby install
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${RUBY_VENDORARCHLIBDIR}/notmuch.so
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
1
mail/ruby-notmuch/pkg-descr
Normal file
1
mail/ruby-notmuch/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Ruby interface to the notmuch mail search and index library
|
1
mail/ruby-notmuch/pkg-plist
Normal file
1
mail/ruby-notmuch/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
%%RUBY_VENDORARCHLIBDIR%%/notmuch.so
|
Loading…
Add table
Reference in a new issue