pkgsrc/games/freesci/Makefile
dillo 694d32e327 Update to 0.3.5 -- fixing compilation with gcc 4.
Update provided by Matthias Drochner, thank's.

Okayed during freeze by wiz.

Changes:
#  A game selection screen (by Hugues Valois)
# Per-resource shading, to allow manual fine-tuning of SCI game graphics
# Background image drawing optimisations
# Many, many bugfixes (and maybe a couple of new bugs to spice things up).
2007-04-05 20:47:10 +00:00

30 lines
944 B
Makefile

# $NetBSD: Makefile,v 1.22 2007/04/05 20:47:10 dillo Exp $
#
DISTNAME= freesci-0.3.5
CATEGORIES= games
MASTER_SITES= http://www-plan.cs.colorado.edu/reichenb/freesci/ \
http://teksolv.de/~jameson/
MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://freesci.linuxgames.com/
COMMENT= Interpreter for Sierra On-Line's SCI games
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-ggi --without-directfb
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/freesci
${INSTALL_DATA} ${FILESDIR}/config ${PREFIX}/share/examples/freesci
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
#.include "../../mk/motif.buildlink3.mk"
#.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"