1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/comms/libconcord/Makefile
Stephen Hurd 4e5b54a3ec Update my ports to use my shurd@FreeBSD.org account
Approved by:    db, skreuzer (mentors)
2014-06-18 20:18:11 +00:00

27 lines
642 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= libconcord
PORTVERSION= 1.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:${PORTSDIR}/devel/pkgconf
LIB_DEPENDS= libhidapi.so:${PORTSDIR}/comms/hidapi \
libzip.so:${PORTSDIR}/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>