forked from Lainports/freebsd-ports
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
25 lines
556 B
Makefile
25 lines
556 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= congruity
|
|
PORTVERSION= 18
|
|
PORTREVISION= 4
|
|
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>
|