Date: Fri, 17 Apr 2015 13:58:31 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384161 - head/games/wesnoth Message-ID: <201504171358.t3HDwV7k084596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Apr 17 13:58:30 2015 New Revision: 384161 URL: https://svnweb.freebsd.org/changeset/ports/384161 Log: - Add CPE information - Require openmp-capable compiler for OPENMP PR: 199497 Approved by: Torsten Zühlsdorff (maintainer) Modified: head/games/wesnoth/Makefile Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Fri Apr 17 13:37:36 2015 (r384160) +++ head/games/wesnoth/Makefile Fri Apr 17 13:58:30 2015 (r384161) @@ -23,7 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib -lboost_sys USE_SDL= image mixer net ttf USE_GNOME= pango -USES= cmake pkgconfig tar:bzip2 +USES= cmake cpe pkgconfig tar:bzip2 +CPE_VENDOR= ${PORTNAME} +CPE_PRODUCT= battle_for_wesnoth CMAKE_ARGS= -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off PORTDOCS= * @@ -51,6 +53,7 @@ NOTIFY_DESC= Desktop notifications NOTIFY_LIB_DEPENDS=libdbus-1.so:${PORTSDIR}/devel/dbus NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off OPENMP_DESC= OpenMP support +OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON=-DENABLE_OMP=on RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504171358.t3HDwV7k084596>