Update comms/qt5-serialbus to version 5.13.2_1
[dports.git] / comms / libconcord / Makefile
1 # Created by: Stephen Hurd <shurd@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libconcord
5 PORTVERSION=    1.2
6 PORTREVISION=   2
7 CATEGORIES=     comms
8 MASTER_SITES=   SF/concordance/concordance/${PORTVERSION}
9 DISTNAME=       concordance-${PORTVERSION}
10
11 MAINTAINER=     shurd@FreeBSD.org
12 COMMENT=        Logitech Harmony configuration library
13
14 LICENSE=        GPLv2
15
16 LIB_DEPENDS=    libhidapi.so:comms/hidapi \
17                 libzip.so:archivers/libzip
18
19 USE_LDCONFIG=   yes
20 USES=           tar:bzip2 libtool pkgconfig shared-mime-info
21 WRKSRC_SUBDIR=  libconcord
22 GNU_CONFIGURE=  yes
23 CFLAGS+=        -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25
26 .include <bsd.port.mk>