aboutsummaryrefslogtreecommitdiff
path: root/comms/congruity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/congruity/Makefile')
-rw-r--r--comms/congruity/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile
deleted file mode 100644
index 19036c8e87b4..000000000000
--- a/comms/congruity/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Stephen Hurd <shurd@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= congruity
-PORTVERSION= 18
-PORTREVISION= 7
-CATEGORIES= comms
-MASTER_SITES= SF
-
-MAINTAINER= shurd@FreeBSD.org
-COMMENT= GUI Logitech Harmony configuration tool
-
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-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= 3.0+
-WX_COMPS= python
-SHEBANG_FILES= congruity mhgui
-NO_ARCH= yes
-
-.include <bsd.port.mk>