summary refs log tree commit diff
path: root/FreeBSD/mail/notemap/Makefile
blob: d5220b3b79639779f426daadf210726e0fb76940 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>