e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
22 lines
512 B
Makefile
22 lines
512 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rage
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= multimedia enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
|
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
|
COMMENT= EFL video and audio player with some extra bells and whistles
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libefl.so:devel/efl
|
|
|
|
DIST_SUBDIR= enlightenment
|
|
GNU_CONFIGURE= yes
|
|
USES= compiler:c11 desktop-file-utils pkgconfig tar:xz
|
|
|
|
.include <bsd.port.mk>
|