freebsd-ports/comms/congruity/Makefile
Stephen Hurd 4e5b54a3ec Update my ports to use my shurd@FreeBSD.org account
Approved by:    db, skreuzer (mentors)
2014-06-18 20:18:11 +00:00

23 lines
475 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= congruity
PORTVERSION= 18
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= tar:bzip2 gmake desktop-file-utils
USE_PYTHON= 2.7+
USE_WX= 2.8+
WANT_UNICODE= yes
WX_COMPS= python
.include <bsd.port.mk>