--- net/chrony-lite/Makefile 1970-01-01 00:00:00.000000000 +0000 +++ net/chrony-lite/Makefile 2021-01-19 08:22:36.010904000 +0000 @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= chrony +PKGNAMESUFFIX= -lite + +MAINTAINER= decke@FreeBSD.org +COMMENT= System clock synchronization client and server (lite) + +MASTERDIR= ${.CURDIR}/../chrony + +CONFLICTS_INSTALL= chrony + +OPTIONS_EXCLUDE= DOCS EXAMPLES HTMLDOCS NETTLE NSS NTS + +.include "${MASTERDIR}/Makefile"