summary refs log tree commit diff
path: root/FreeBSD/irc/pounce-palaver/Makefile
blob: df7534ce332a5adcb30c3ef6fac83459796b23da (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
PORTNAME=	pounce-palaver
DISTVERSION=	2.5
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=	extra/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>
logsubject'>Reverse order of X macro parameters for pages and keysJune McEnroe 2020-07-18Remove kcgi 0.11 compatibilityJune McEnroe 2020-07-17Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. 2020-07-17Add margin to inputsJune McEnroe Seems that only Safari provides any margins on form elements by default. 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe