1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/dns/knot2-lib/Makefile
Steve Wills 882fef96e8 dns/knot2-lib: create port
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)
2018-12-04 19:40:28 +00:00

15 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"