25 lines
556 B
Makefile
25 lines
556 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= congruity
|
|
PORTVERSION= 18
|
|
PORTREVISION= 3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
|
COMMENT= GUI Logitech Harmony configuration tool
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord@${PY_FLAVOR}
|
|
|
|
USES= desktop-file-utils gmake tar:bzip2 python:2.7 shebangfix
|
|
MAKE_ARGS= MANDIR=${PREFIX}/man
|
|
USE_WX= 2.8+
|
|
WX_COMPS= python
|
|
SHEBANG_FILES= congruity mhgui
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|