2011-12-09 15:36:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.29 2011/12/09 14:36:34 drochner Exp $
|
2003-08-16 20:27:30 +02:00
|
|
|
#
|
|
|
|
|
2007-04-05 22:47:10 +02:00
|
|
|
DISTNAME= freesci-0.3.5
|
2011-12-09 15:36:32 +01:00
|
|
|
PKGREVISION= 4
|
2003-08-16 20:27:30 +02:00
|
|
|
CATEGORIES= games
|
2007-12-02 00:58:50 +01:00
|
|
|
MASTER_SITES= http://www-plan.cs.colorado.edu/reichenb/freesci/
|
2003-08-16 20:27:30 +02:00
|
|
|
|
2003-12-24 10:53:47 +01:00
|
|
|
MAINTAINER= dillo@NetBSD.org
|
2003-08-16 20:27:30 +02:00
|
|
|
HOMEPAGE= http://freesci.linuxgames.com/
|
|
|
|
COMMENT= Interpreter for Sierra On-Line's SCI games
|
|
|
|
|
2009-08-29 13:39:14 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2003-08-16 20:27:30 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
2007-12-29 23:05:15 +01:00
|
|
|
USE_TOOLS+= wish:run
|
2003-08-16 20:27:30 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-21 03:05:06 +02:00
|
|
|
CONFIGURE_ARGS+= --without-ggi --without-directfb
|
2003-08-16 20:27:30 +02:00
|
|
|
|
2007-12-29 23:05:15 +01:00
|
|
|
REPLACE_INTERPRETER+= wish
|
|
|
|
REPLACE.wish.old= .*/bin/wish
|
|
|
|
REPLACE.wish.new= ${PREFIX}/bin/wish
|
|
|
|
REPLACE_FILES.wish= conf/freesci-setup
|
|
|
|
|
2003-08-16 20:27:30 +02:00
|
|
|
post-install:
|
2009-08-29 13:39:14 +02:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/freesci
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/config ${DESTDIR}${PREFIX}/share/examples/freesci
|
2003-08-16 20:27:30 +02:00
|
|
|
|
2004-03-20 16:16:10 +01:00
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
2006-04-02 11:49:00 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2006-12-15 21:32:52 +01:00
|
|
|
.include "../../x11/libXft/buildlink3.mk"
|
2004-03-20 16:16:10 +01:00
|
|
|
#.include "../../mk/motif.buildlink3.mk"
|
2006-03-09 22:04:39 +01:00
|
|
|
#.include "../../mk/oss.buildlink3.mk"
|
2003-08-16 20:27:30 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|