67f3974b17
PR: 159440 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
34 lines
703 B
Makefile
34 lines
703 B
Makefile
# 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_ENV= LDFLAGS="${LDFLAGS}"
|
|
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>
|