af2e4fcb7a
PR: 201842 Submitted by: tkato432@yahoo.com
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $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>
|