aboutsummaryrefslogtreecommitdiffstats
path: root/games/scourge/Makefile
blob: c207ecc041f745d9dedcb8eb3ccfe87742cd9edb (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
# New ports collection makefile for:    Scourge
# Date created:     2005-10-08
# Whom:         Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#

PORTNAME=   scourge
PORTVERSION=    0.11
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scourge

MAINTAINER= acardenas@bsd.org.pe
COMMENT=    S.C.O.U.R.G.E. is a rogue-like game

LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2

USE_X_PREFIX=   yes
USE_GL=     yes
USE_SDL=    sdl mixer net
USE_GMAKE=  yes
USE_GCC=    3.3+
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -L${X11BASE}/lib
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
WRKSRC=     ${WRKDIR}/${PORTNAME}

CONFIGURE_ARGS= --with-data-dir=${DATADIR}

OPTIONS=    DEBUG   "Produce an executable with debugging symbols"  off \

.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=    --enable-debug
.endif

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DATADIR}
    @${CP} -R ${WRKSRC}/data/* ${DATADIR}
    @${FIND} ${DATADIR}/* -type f -print0 | \
        ${XARGS} -0 ${CHMOD} ${SHAREMODE}
.endif
.include <bsd.port.mk>