freebsd-ports/comms/congruity/Makefile
Baptiste Daroussin e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00

23 lines
484 B
Makefile

# 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:${PORTSDIR}/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>