aboutsummaryrefslogtreecommitdiffstats
path: root/mail/opensmtpd-table-sqlite/Makefile
blob: bca3b4834255d06bc9a14c402cf3babbd0907f85 (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=	opensmtpd-table-sqlite
DISTVERSION=	1.0.1
PORTREVISION=	1
CATEGORIES=	mail

PATCH_SITES=	https://github.com/OpenSMTPD/table-sqlite/commit/
PATCHFILES=	f3c46da1cbbb2a9d32cd9b4cf31e9fdb5b941a16.patch:-p1

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	SQLite table for OpenSMTPD
WWW=		https://github.com/opensmtpd/table-sqlite

LICENSE=	ISCL

USES=		autoreconf localbase sqlite
GNU_CONFIGURE=	yes

PATCH_ARGS=	-p1

USE_GITHUB=	yes
GH_ACCOUNT=	opensmtpd
GH_PROJECT=	table-sqlite

PLIST_FILES=	libexec/opensmtpd/table-sqlite \
		share/man/man5/table-sqlite.5.gz

post-patch:
	${REINPLACE_CMD} '/^smtpdir/s|smtpd$$|opensmtpd|' ${WRKSRC}/Makefile.am

.include <bsd.port.mk>