2014-06-18 22:18:11 +02:00
|
|
|
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
2014-06-03 10:17:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= concordance
|
2015-06-06 11:33:25 +02:00
|
|
|
PORTVERSION= 1.2
|
2015-08-28 12:48:41 +02:00
|
|
|
PORTREVISION= 1
|
2014-06-03 10:17:39 +02:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2014-06-18 22:18:11 +02:00
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
2014-06-03 10:17:39 +02:00
|
|
|
COMMENT= Command-line Logitech Harmony configuration tool
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libconcord.so:comms/libconcord
|
2014-06-03 10:17:39 +02:00
|
|
|
|
|
|
|
USES= tar:bzip2
|
|
|
|
WRKSRC_SUBDIR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
PLIST_FILES= bin/concordance \
|
|
|
|
man/man1/concordance.1.gz
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|