diff options
Diffstat (limited to 'FreeBSD/mail/notemap')
-rw-r--r-- | FreeBSD/mail/notemap/Makefile | 27 | ||||
-rw-r--r-- | FreeBSD/mail/notemap/distinfo | 3 | ||||
-rw-r--r-- | FreeBSD/mail/notemap/pkg-descr | 4 |
3 files changed, 34 insertions, 0 deletions
diff --git a/FreeBSD/mail/notemap/Makefile b/FreeBSD/mail/notemap/Makefile new file mode 100644 index 0000000..d5220b3 --- /dev/null +++ b/FreeBSD/mail/notemap/Makefile @@ -0,0 +1,27 @@ +PORTNAME= notemap +DISTVERSION= 1.3 +CATEGORIES= mail +MASTER_SITES= https://git.causal.agency/notemap/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= mirror notes to IMAP + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libtls.so:security/libretls + +USES= pkgconfig + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/git-notemap \ + bin/notemap \ + man/man1/git-notemap.1.gz \ + man/man1/notemap.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notemap + +.include <bsd.port.mk> diff --git a/FreeBSD/mail/notemap/distinfo b/FreeBSD/mail/notemap/distinfo new file mode 100644 index 0000000..135e1c3 --- /dev/null +++ b/FreeBSD/mail/notemap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1608333183 +SHA256 (notemap-1.3.tar.gz) = 76f9f44963546d443420f03159d6bebfd4d661a67dd8e4e59ccde5d23f51c68d +SIZE (notemap-1.3.tar.gz) = 22773 diff --git a/FreeBSD/mail/notemap/pkg-descr b/FreeBSD/mail/notemap/pkg-descr new file mode 100644 index 0000000..67622a8 --- /dev/null +++ b/FreeBSD/mail/notemap/pkg-descr @@ -0,0 +1,4 @@ +notemap mirrors text files to an IMAP mailbox in a format compatible +with the iOS Notes app. + +WWW: https://git.causal.agency/notemap/ |