svn commit: r384161 - head/games/wesnoth

Jan Beich jbeich at FreeBSD.org
Fri Apr 17 13:58:31 UTC 2015


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


More information about the svn-ports-all mailing list