aboutsummaryrefslogtreecommitdiff
path: root/comms/libconcord/Makefile
blob: 77fe1c54e1a2267504a4f7ed26ff8cc4841878b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	libconcord
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	comms
MASTER_SITES=	SF/concordance/concordance/${PORTVERSION}
DISTNAME=	concordance-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Logitech Harmony configuration library

LICENSE=	GPLv2
DEPRECATED=     Logitech Harmony were officially discontinued in 2021, last major product in 2019.
EXPIRATION_DATE=2024-12-31

LIB_DEPENDS=	libhidapi.so:comms/hidapi \
		libzip.so:archivers/libzip

USE_LDCONFIG=	yes
USES=		tar:bzip2 libtool pkgconfig shared-mime-info
WRKSRC_SUBDIR=	libconcord
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>