pkgsrc/games/exult/Makefile
dholland f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00

27 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.16 2012/07/01 19:05:17 dholland Exp $
#
DISTNAME= exult-1.2
PKGREVISION= 8
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=exult/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://exult.sourceforge.net/
COMMENT= Open-source Ultima 7 engine
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= yacc
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"