summary refs log tree commit diff
path: root/irc/pounce-palaver/Makefile
blob: 67bb4706f45322ba099e41e6dc5dabad889e5bb2 (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
28
29
30
31
32
# $FreeBSD$

PORTNAME=	pounce-palaver
DISTVERSION=	2.0
CATEGORIES=	irc
MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
DISTNAME=	pounce-${DISTVERSION}

MAINTAINER=	june@causal.agency
COMMENT=	Palaver push notifications for pounce

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE

LIB_DEPENDS=	libcurl.so:ftp/curl \
		libsqlite3.so:databases/sqlite3 \
		libtls.so:security/libretls

USES=	pkgconfig

WRKSRC_SUBDIR=	contrib/palaver

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

PLIST_FILES=	bin/pounce-palaver \
		man/man1/pounce-palaver.1.gz

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

.include <bsd.port.mk>
t?id=77a6a77700a79a8f0859934b900e0c8ad76f2707&follow=1'>Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe