freebsd-ports/comms/congruity/Makefile
Martin Wilke 02ae827302 congruity is a GUI application for programming Logitech(R) Harmony(TM)
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>
2014-06-03 08:20:06 +00:00

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>