pkgsrc/games/exult/Makefile
dholland 51ec3cdb2c Fix broken build with gcc4 (and maybe not just with gcc4...)
Add missing dependence on freetype2.
PKGREVISION++
2008-07-27 20:14:14 +00:00

22 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/07/27 20:14:14 dholland Exp $
#
DISTNAME= exult-1.2
PKGREVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=exult/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://exult.sourceforge.net/
COMMENT= Open-source Ultima 7 engine
USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"