aboutsummaryrefslogtreecommitdiff
path: root/dns/blocky/Makefile
blob: c8e8225fd5f0392d3b9d49229fe67ce584c91134 (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
PORTNAME=	blocky
DISTVERSIONPREFIX=	v
DISTVERSION=	0.20
PORTREVISION=	4
CATEGORIES=	dns
MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
DISTFILES=	go.mod:gomod

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Fast and lightweight DNS proxy as ad-blocker
WWW=		https://0xerr0r.github.io/blocky/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
USE_GITHUB=	yes
GH_ACCOUNT=	0xERR0R
USE_RC_SUBR=	blocky

GO_MODULE=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
GO_TARGET=	main.go:${PREFIX}/sbin/${PORTNAME}
GO_BUILDFLAGS=	-ldflags "-w -s \
		-X github.com/0xERR0R/blocky/util.Version=${DISTVERSION} \
		-X github.com/0xERR0R/blocky/util.BuildTime=`date '+%Y%m%d-%H%M%S'`"

SUB_FILES=	pkg-message

post-install:
		${INSTALL_DATA} ${FILESDIR}/blocky-config.yml.sample ${STAGEDIR}${PREFIX}/etc/blocky-config.yml.sample

.include <bsd.port.mk>