1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/comms/congruity/Makefile
Marcus von Appen dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00

24 lines
486 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= congruity
PORTVERSION= 18
PORTREVISION= 1
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+
WANT_UNICODE= yes
WX_COMPS= python
.include <bsd.port.mk>