summary refs log tree commit diff
path: root/irc/scooper/Makefile
blob: f53c71464bd6e789ac6bc43cccca737a181c1813 (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
# $FreeBSD$

PORTNAME=	scooper
DISTVERSION=	1.0
CATEGORIES=	irc
MASTER_SITES=	https://git.causal.agency/scooper/snapshot/

MAINTAINER=	june@causal.agency
COMMENT=	Web interface for litterbox

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

BUILD_DEPENDS=	${LOCALBASE}/lib/libkcgi.a:www/kcgi \
		${LOCALBASE}/lib/libkcgihtml.a:www/kcgi \
		${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3

USES=	pkgconfig

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

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

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

.include <bsd.port.mk>
'/src/commit/bin/fbclock.c?id=942f7c0a040dd154a8c3b9075baadcec81884748&follow=1'>Use scheme.h in fbatt and fbclockJune McEnroe 2018-08-20Generate scheme.hJune McEnroe 2018-08-20Add dependencies on gfx.hJune McEnroe 2018-08-18Add Blondie — Heart of GlassJune McEnroe 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe 2018-08-18Cut off path components until right prompt fitsJune McEnroe 2018-08-17Add "private" alias to source encrypted fileJune McEnroe 2018-08-17Add vim mapping to add a #includeJune McEnroe