lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
25 lines
466 B
Makefile
25 lines
466 B
Makefile
# Created by: Jason Bacon <bacon4000@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= parafly
|
|
PORTVERSION= 2013.01.21
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}-r2013-01-21
|
|
|
|
MAINTAINER= bacon4000@gmail.com
|
|
COMMENT= Process multiple commands in parallel on a single server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= compiler:openmp tar:tgz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CXXFLAGS+= -fopenmp
|
|
LDFLAGS+= -fopenmp
|
|
|
|
PLIST_FILES= bin/ParaFly
|
|
|
|
.include <bsd.port.mk>
|