aboutsummaryrefslogtreecommitdiff
path: root/games/lordsawar/Makefile
blob: e1d9d424bb5e9c8937b338fc175c4c66ae5ef7f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	lordsawar
PORTVERSION=	0.3.0
CATEGORIES=	games
MASTER_SITES=	SAVANNAH

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Warlords II clone

LICENSE=	GPLv3 # (or later)
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c++11-lib gettext gmake libarchive pkgconfig
USE_GNOME=	gtkmm30 intltool libxslt
USE_GSTREAMER=	mm
INSTALLS_ICONS=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>