aboutsummaryrefslogtreecommitdiffstats
path: root/comms/congruity/Makefile
blob: d73bbe87b32ac2175a19c256ab451d08d10f83e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$

PORTNAME=   congruity
PORTVERSION=    18
PORTREVISION=   2
CATEGORIES= comms
MASTER_SITES=   SF

MAINTAINER= shurd@FreeBSD.org
COMMENT=    GUI Logitech Harmony configuration tool

LICENSE=    GPLv2

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord

MAKE_ARGS=  MANDIR=${PREFIX}/man
USES=       desktop-file-utils gmake tar:bzip2 python:2.7+
USE_WX=     2.8+
WX_UNICODE= yes
WX_COMPS=   python

.include <bsd.port.mk>