freebsd-ports/games/eureka/Makefile
Mark Linimon 1c5ec1529c Add compiler:c++0x to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++03"

Approved by:	portmgr (tier-2 blanket)
2020-12-03 15:15:03 +00:00

31 lines
775 B
Makefile

# Created by: Kalten <kalten@gmx.at>
# $FreeBSD$
PORTNAME= eureka
DISTVERSION= 1.27b
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}-editor/Eureka/${PORTVERSION:R}
DISTNAME= ${PORTNAME}-${DISTVERSION}-source
MAINTAINER= kalten@gmx.at
COMMENT= Map editor for various Doom-derived games
LICENSE= GPLv2+
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png
USES= compiler:c++0x desktop-file-utils gl gmake jpeg xorg
USE_GL= gl glu
USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrender
PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>