aboutsummaryrefslogtreecommitdiffstats
path: root/games/gltron/Makefile
blob: dc78d46cb10bf8e8deeab77bfcbe009a3891a2cc (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
53
54
55
56
57
58
59
# Created by: Andrey Zakhvatov
# $FreeBSD$

PORTNAME=   gltron
PORTVERSION=    0.70
PORTREVISION=   11
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
EXTRACT_SUFX=   -source.tar.gz

MAINTAINER= lx@FreeBSD.org
COMMENT=    A 3D worm game for two players for X Window System

LIB_DEPENDS=    png15:${PORTSDIR}/graphics/png

USE_GL=     gl
USE_SDL=    sdl sound
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-warn

CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}

OPTIONS_DEFINE= SDL_NET
SDL_NET_DESC=   Network Support

DESKTOP_ENTRIES=    "GLtron" \
    "3D lightcycle game" \
    "${DATADIR}/art/default/gltron.png" \
    "gltron" \
    "Game;ArcadeGame;" \
    false

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MSDL_NET}
USE_SDL+=   net
CONFIGURE_ARGS+=    --enable-network
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|CFLAGS="-D|CFLAGS="$$CFLAGS -D|g ; \
         s|-O$$enable_optimize||g' ${WRKSRC}/configure
    @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
        's|^AM_CFLAGS|INCLUDES|g ; \
         s|^AM_CXXFLAGS|INCLUDES|g ; \
         s|-ansi -pedantic||g'

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
.for file in ChangeLog README
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
* - Fix PLIST for python3sunpoet2013-10-291-7/+8 * - Remove DISTV: only used in PKGNAMESUFFIX and complained by portlintsunpoet2013-10-161-2/+1 * Update PostgreSQL ports to 9.3.1, 9.2.5, 9.1.10, 9.0.14, and 8.4.18.girgen2013-10-124-5/+7 * - Fix pkg name collisionjgh2013-10-101-1/+2 * - revert r329725jgh2013-10-081-2/+1 * - Fix pkg name collisionjgh2013-10-081-1/+2 * Fix plistcrees2013-09-301-15/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * Install libpgcommon.a, required by extensions.girgen2013-09-182-1/+9 * Update to postgreSQL 9.3.0girgen2013-09-094-40/+3 * Update PostgreSQL 93 to beta 2.girgen2013-06-284-5/+5 * Add missing pb_basebackupgirgen2013-05-162-7/+13 * pkgconfig belongs under libdatagirgen2013-05-132-5/+15 * Properly bump PORTREVISION on postgresql-client-9.3.beta1girgen2013-05-131-1/+1 * Update postgresql93-client to properly depend on pkgconfiggirgen2013-05-131-1/+1 * Add postgresql 9.3 beta1girgen2013-05-126-573/+260