aboutsummaryrefslogblamecommitdiff
path: root/games/opencity/Makefile
blob: 9e5b0f38cbdc482fb0172b546d0fe1b5cb818f5d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 
           

                        
                       
                 
                     
                                                                                          

                                                
                                  

                                      
                      

                                 

                                      
                   
                                                             
                                   
                      
                             

                 
                 
 
                    
 
                      
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$

PORTNAME=	opencity
PORTVERSION=	0.0.6.5
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

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>