1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/games/opencity/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

28 lines
575 B
Makefile

PORTNAME= opencity
PORTVERSION= 0.0.6.5
PORTREVISION= 4
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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
GNU_CONFIGURE= yes
USES= compiler:c11 gl gmake pkgconfig sdl tar:bzip2
USE_SDL= sdl mixer image net
USE_GL= gl glu
INSTALL_TARGET= install-strip
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>