diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-11-19 15:47:08 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-11-19 15:48:19 +0000 |
| commit | f89368b562b146da8f8f6bb2e2bb3a2fe5e560c7 (patch) | |
| tree | eb1c6093c7cc85a66e9ad36b9873644e77a08cbe /dns/aardvark-dns | |
| parent | be0207603d4077e8dd4cd2b249b035e3dca4b2ab (diff) | |
Diffstat (limited to 'dns/aardvark-dns')
| -rw-r--r-- | dns/aardvark-dns/Makefile | 15 | ||||
| -rw-r--r-- | dns/aardvark-dns/pkg-descr | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/dns/aardvark-dns/Makefile b/dns/aardvark-dns/Makefile index d9699254b371..38c6c6ea2c0a 100644 --- a/dns/aardvark-dns/Makefile +++ b/dns/aardvark-dns/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.17.0 CATEGORIES= dns MAINTAINER= osa@FreeBSD.org -COMMENT= Authoritative dns server +COMMENT= Authoritative dns server for A/AAAA container records WWW= https://github.com/containers/aardvark-dns LICENSE= APACHE20 @@ -15,13 +15,14 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= containers -.if !exists(/usr/include/sys/inotify.h) -LIB_DEPENDS= libinotify.so:devel/libinotify -LDFLAGS+= -L${LOCALBASE}/lib -linotify -.endif +PLIST_FILES= bin/aardvark-dns -.include "${.CURDIR}/Makefile.crates" +.include <bsd.port.options.mk> -PLIST_FILES= bin/aardvark-dns +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500050 +LIB_DEPENDS= libinotify.so:devel/libinotify +USES+= localbase:ldflags +LDFLAGS+= -linotify +.endif .include <bsd.port.mk> diff --git a/dns/aardvark-dns/pkg-descr b/dns/aardvark-dns/pkg-descr index e14c9f8eeb85..74c023ab9b97 100644 --- a/dns/aardvark-dns/pkg-descr +++ b/dns/aardvark-dns/pkg-descr @@ -1,2 +1,2 @@ -Aardvark-dns is an authoritative dns server for A/AAAA container records. -It can forward other requests to configured resolvers. +Authoritative dns server that can forward other requests to configured +resolvers. |
