aboutsummaryrefslogtreecommitdiff
path: root/games/openttd/Makefile
blob: 2c4fcc22828891a34104d1115f39fac34934d2bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME=	openttd
DISTVERSION=	1.11.0
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	https://proxy.binaries.openttd.org/openttd-releases/${DISTVERSION}/
DISTNAME=	${PORTNAME}-${DISTVERSION}-source

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Open source clone of Microprose Transport Tycoon Deluxe

LICENSE=	GPLv2

LIB_DEPENDS=	libpng.so:graphics/png \
		liblzo2.so:archivers/lzo2

USES=		cmake compiler:c++17-lang cpe pkgconfig tar:xz
CMAKE_ARGS=	-DCMAKE_INSTALL_BINDIR:PATH=bin \
		-DCMAKE_INSTALL_DATADIR:PATH=share

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}

SUB_FILES=	pkg-message

DESKTOP_ENTRIES="OpenTTD" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \
		"Game;Simulation;StrategyGame;" false

OPTIONS_DEFINE=	DOCS FLUIDSYNTH SAVE_PASSWORDS SERVER
SERVER_PREVENTS=	FLUIDSYNTH

FLUIDSYNTH_LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth

SAVE_PASSWORDS_DESC=	Save passwords between server restarts
SAVE_PASSWORDS_EXTRA_PATCHES=	${FILESDIR}/extra-patch-save-passwords

SERVER_DESC=		Build dedicated server only (no GUI)
SERVER_USES_OFF=	gnome sdl
SERVER_USE_OFF=		SDL=sdl
SERVER_CMAKE_ON=	-DOPTION_DEDICATED:BOOL=ON
SERVER_LIB_DEPENDS_OFF=	libfontconfig.so:x11-fonts/fontconfig \
			libfreetype.so:print/freetype2 \
			libicui18n.so:devel/icu \
			libicu-le-hb.so:devel/icu-le-hb \
			libiculx.so:devel/icu-lx
SERVER_VARS=		USE_RC_SUBR=${PORTNAME}
SERVER_VARS_OFF=	INSTALLS_ICONS=yes

post-install-SERVER-on:
	@${REINPLACE_CMD} -E '/icons|pixmaps/d' ${TMPPLIST}

.include <bsd.port.mk>