aboutsummaryrefslogtreecommitdiff
path: root/www/rss-bridge/Makefile
blob: 5726f1654caa8c48f04573e29053285063a2f9b4 (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
33
34
35
36
37
38
39
40
PORTNAME=	rss-bridge
DISTVERSION=	2022-06-14
PORTEPOCH=	1
CATEGORIES=	www

MAINTAINER=	osidorkin@gmail.com
COMMENT=	RSS feed generator for websites missing it
WWW=		https://github.com/RSS-Bridge/rss-bridge

LICENSE=	PD

USES=		php:web
USE_GITHUB=	yes
GH_ACCOUNT=	RSS-Bridge
USE_PHP=	curl json mbstring openssl simplexml zip

NO_ARCH=	yes
NO_BUILD=	yes

PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}

OPTIONS_DEFINE=	SQLITE
OPTIONS_DEFAULT=SQLITE
OPTIONS_SUB=	yes

SQLITE_DESC=	Enable sqlite-based cache support (requires sqlite)

SQLITE_USE=	PHP=sqlite3

do-install:
	@${MKDIR} ${STAGEDIR}${WWWDIR}
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "." ${STAGEDIR}${WWWDIR} "-not ( \
	    -name LICENSE -or -name .gitkeep -or -name docker-bake.hcl -or \
	    -name docker-entrypoint.sh \
	    -or -path ./config -or -path ./config/nginx.conf \
	    -or -regex ./contrib.* -or -regex ./doc.*  \
	    -or -regex ./static/screenshot_.* ) \
	    -or -name config.default.ini.php" )

.include <bsd.port.mk>