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
32 lines
896 B
Makefile
32 lines
896 B
Makefile
# Created by: Koop Mast <einekoai@chello.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= monster
|
|
PORTVERSION= 1.8.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= http://people.iola.dk/olau/monster-masher/source/
|
|
PKGNAMESUFFIX= -masher
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters
|
|
|
|
LIB_DEPENDS= libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \
|
|
libgconfmm-2.6.so:devel/gconfmm26 \
|
|
libglademm-2.4.so:devel/libglademm24
|
|
|
|
USES= compiler:c++11-lang pathfix gettext gmake pkgconfig tar:bzip2
|
|
USE_CXXSTD= c++11
|
|
USE_GNOME= gnomeprefix intlhack libgnome
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= monster-masher.schemas
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
${WRKSRC}/src/pixbuf-drawing.hpp
|
|
|
|
.include <bsd.port.mk>
|