mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
8b2c04d3fc
PR: 249364 Reported by: danfe
15 lines
274 B
Makefile
15 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
# Define PORTREVISION in ${MASTERDIR}
|
|
COMMENT= Knot3 lib (required by knot-resolver)
|
|
PKGNAMESUFFIX= 3-lib
|
|
|
|
MASTERDIR= ${.CURDIR}/../knot3
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_ONLY= yes
|
|
COMPONENT= -lib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|