summary refs log tree commit diff
path: root/FreeBSD/mail/bubger/Makefile
blob: 9f6d98f75654dcb66a58deeb5bceaea073814ee8 (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=	bubger
DISTVERSION=	1.1
CATEGORIES=	mail
MASTER_SITES=	https://git.causal.agency/bubger/snapshot/

MAINTAINER=	june@causal.agency
COMMENT=	IMAP archive generator

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libtls.so:security/libretls

USES=	iconv pkgconfig
CFLAGS+=	-I${ICONV_PREFIX}/include
LDFLAGS+=	-L${ICONV_PREFIX}/lib ${ICONV_LIB}

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man

PLIST_FILES=	bin/bubger \
		man/man1/bubger.1.gz

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bubger

.include <bsd.port.mk>
2018-02-22Add welcome message to ssh-commandJune McEnroe 2018-02-22Sleep before truncationJune McEnroe To give viewers a chance to catch up. I wonder how bad this will be. 2018-02-22List streams if none givenJune McEnroe 2018-02-22Set ForceCommand ssh-commandJune McEnroe 2018-02-22Rename command to ssh-commandJune McEnroe 2018-02-22Add command.shJune McEnroe 2018-02-22Factor out STREAM_SIZE for ingest and broadcastJune McEnroe 2018-02-22Handle EINTR from keventJune McEnroe 2018-02-22Include libutil in chroot.tarJune McEnroe