blob: 38c6c6ea2c0aee47a13a25124552652ce40aba34 (
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
|
PORTNAME= aardvark-dns
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.0
CATEGORIES= dns
MAINTAINER= osa@FreeBSD.org
COMMENT= Authoritative dns server for A/AAAA container records
WWW= https://github.com/containers/aardvark-dns
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= containers
PLIST_FILES= bin/aardvark-dns
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500050
LIB_DEPENDS= libinotify.so:devel/libinotify
USES+= localbase:ldflags
LDFLAGS+= -linotify
.endif
.include <bsd.port.mk>
|