02ae827302
remote controls. congruity builds upon the work of the concordance project, which provides the underlying communication. PR: ports/190548 Submitted by: Stephen Hurd <shurd@sasktel.net>
23 lines
475 B
Makefile
23 lines
475 B
Makefile
# Created by: Stephen Hurd <shurd@sasktel.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= congruity
|
|
PORTVERSION= 18
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
COMMENT= GUI Logitech Harmony configuration tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:${PORTSDIR}/comms/py-libconcord
|
|
|
|
MAKE_ARGS= MANDIR=${PREFIX}/man
|
|
USES= tar:bzip2 gmake desktop-file-utils
|
|
USE_PYTHON= 2.7+
|
|
USE_WX= 2.8+
|
|
WANT_UNICODE= yes
|
|
WX_COMPS= python
|
|
|
|
.include <bsd.port.mk>
|