1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/opencity/Makefile
Tijl Coosemans ee97df16bd - Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-09 19:06:34 +00:00

26 lines
515 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= opencity
PORTVERSION= 0.0.6.4
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+)\..*$/\1/}/
DISTNAME= ${PORTNAME}-${PORTVERSION}stable
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Free 3D city simulator
GNU_CONFIGURE= yes
USES= tar:bzip2 gmake pkgconfig
USE_SDL= sdl mixer image net
USE_GL= gl glu
USE_GCC= any
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>