aboutsummaryrefslogtreecommitdiffstats
path: root/games/abuse_sdl/Makefile
blob: d179a5151f0e7fc7e4bfbcdd0c496dc8f4532a26 (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
# New ports collection makefile for:    abuse_sdl
# Date created:             11 May 2002
# Whom:                 des
#
# $FreeBSD$
#

PORTNAME=   abuse_sdl
PORTVERSION=    0.8
CATEGORIES= games
MASTER_SITES=   GENTOO/distfiles \
        http://abuse.zoy.org/raw-attachment/wiki/download/
DISTNAME=   abuse-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An SDL port of the Abuse game engine

CONFLICTS=  abuse-[0-9]*

USE_GNOME=  gnomehack
USE_GL=     gl
USE_SDL=    mixer sdl
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release
MAKE_JOBS_SAFE= yes

MAN6=       abuse.6 abuse-tool.6

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

.include <bsd.port.mk>