diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile index a811483d3cc2..be98335e8e10 100644 --- a/comms/concordance/Makefile +++ b/comms/concordance/Makefile @@ -1,22 +1,25 @@ PORTNAME= concordance PORTVERSION= 1.5 CATEGORIES= comms MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Command-line Logitech Harmony configuration tool LICENSE= GPLv2 +DEPRECATED= Logitech Harmony were officially discontinued in 2021, last major product in 2019. +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libconcord.so:comms/libconcord USES= tar:bzip2 WRKSRC_SUBDIR= ${PORTNAME} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/concordance \ man/man1/concordance.1.gz .include