2014-08-16 01:03:30 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dunelegacy
|
2017-07-04 23:27:55 +02:00
|
|
|
PORTVERSION= 0.96.4
|
Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 3
|
2014-08-16 01:03:30 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
|
|
COMMENT= Open source clone of Dune II
|
|
|
|
|
2017-01-12 12:29:47 +01:00
|
|
|
LICENSE= GPLv2+
|
2015-07-25 17:20:51 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-08-16 01:03:30 +02:00
|
|
|
|
2017-07-04 23:27:55 +02:00
|
|
|
USES= autoreconf compiler:c++11-lib tar:bzip2 pkgconfig
|
2015-08-26 04:51:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2017-07-04 23:27:55 +02:00
|
|
|
USE_SDL= sdl2 mixer2
|
2014-08-16 01:03:30 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2017-01-12 12:29:47 +01:00
|
|
|
.include <bsd.port.mk>
|