# Created by: Stephen Hurd # $FreeBSD: head/comms/libconcord/Makefile 412344 2016-04-01 13:29:15Z mat $ PORTNAME= libconcord PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF/concordance/concordance/${PORTVERSION} DISTNAME= concordance-${PORTVERSION} MAINTAINER= shurd@FreeBSD.org COMMENT= Logitech Harmony configuration library LICENSE= GPLv2 BUILD_DEPENDS= pkg-config:devel/pkgconf LIB_DEPENDS= libhidapi.so:comms/hidapi \ libzip.so:archivers/libzip USE_LDCONFIG= yes USES= tar:bzip2 libtool shared-mime-info WRKSRC_SUBDIR= libconcord GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include