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



                                                           
                                                  



                                     

                                             












                           
PORTNAME=	augustus
PORTVERSION=	3.2.0
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	games

MAINTAINER=	pkubaj@FreeBSD.org
COMMENT=	Open source re-implementation of Caesar III
WWW=		https://github.com/Keriew/augustus

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libexpat.so:textproc/expat2 \
		libpng.so:graphics/png

USES=		cmake sdl

USE_GITHUB=	yes
GH_ACCOUNT=	Keriew

USE_SDL=	mixer2 sdl2

SUB_FILES=	pkg-message

LDFLAGS+=	-lexecinfo

.include <bsd.port.mk>