882fef96e8
This port allows to install only libknot, which comes along with Knot DNS (authoritative), but also is a depency of knot-resolver WWW: https://www.knot-dns.cz/ PR: 233165 (with minor changes to dns/knot2) Submitted by: Leo Vandewoestijne <freebsd@dns.company> (dns/knot2 maintainer)
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
# Define PORTREVISION in ${MASTERDIR}
|
|
COMMENT= Knot2 lib (required by knot-resolver)
|
|
PKGNAMESUFFIX= 2-lib
|
|
|
|
MASTERDIR= ${.CURDIR}/../knot2
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_ONLY= yes
|
|
COMPONENT= -lib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|