1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/opencity/Makefile
Marcus von Appen 6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00

37 lines
696 B
Makefile

# New ports collection makefile for: opencity
# Date created: 07 Jan 2008
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= opencity
PORTVERSION= 0.0.6.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Stable/0.0.6
DISTNAME= ${PORTNAME}-${PORTVERSION}stable
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Free 3D city simulator
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_SDL= sdl mixer image net
USE_GL= gl glu
WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.6.2stable
PORTDOCS= *
MAN6= opencity.6
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \
${WRKSRC}/docs/Makefile.in
.endif
.include <bsd.port.mk>