summary refs log tree commit diff
path: root/mail/notemap/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-18 23:16:18 +0000
committerJune McEnroe <june@causal.agency>2020-12-18 23:16:18 +0000
commitb71add28ab49b0dea763924a0bc0df0686d9e1a0 (patch)
tree42cd3e8142613cef59bad04a42a5bd092f8d7be0 /mail/notemap/Makefile
parentUpdate libretls to 3.3.1 (diff)
downloadports-b71add28ab49b0dea763924a0bc0df0686d9e1a0.tar.gz
ports-b71add28ab49b0dea763924a0bc0df0686d9e1a0.zip
Add notemap port
Diffstat (limited to 'mail/notemap/Makefile')
-rw-r--r--mail/notemap/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/notemap/Makefile b/mail/notemap/Makefile
new file mode 100644
index 0000000..d5d9dd0
--- /dev/null
+++ b/mail/notemap/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+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>
1?h=2064.25&id=915f8bfc474fcd5bffacba2c21bbb99060082549&follow=1'>Update to Linux man-pages 5.12Štěpán Němec 2021-06-21Add manuals for macOS 11.3June McEnroe 2021-05-08Update to OpenBSD 6.9June McEnroe 2021-04-26Update to Linux man-pages 5.11June McEnroe 2021-04-26Update to FreeBSD 13.0June McEnroe 2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe 2020-12-14Update to man-pages-posix 2017-aJune McEnroe 2020-12-14Update to OpenBSD 6.8June McEnroe 2020-12-14Update to NetBSD 9.1June McEnroe 2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe