mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
1bae556a1c
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638
28 lines
622 B
Makefile
28 lines
622 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libconcord
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
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 <bsd.port.mk>
|