fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
34 lines
685 B
Makefile
34 lines
685 B
Makefile
# New ports collection makefile for: abuse_sdl
|
|
# Date created: 11 May 2002
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= abuse_sdl
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 1
|
|
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>
|