2003-09-28 11:13:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2003/09/28 09:13:57 jlam Exp $
|
2003-08-16 20:27:30 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= freesci-0.3.4a
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/freesci/stable.pkg/0.3.4a/
|
|
|
|
|
|
|
|
MAINTAINER= dillo@netbsd.org
|
|
|
|
HOMEPAGE= http://freesci.linuxgames.com/
|
|
|
|
COMMENT= Interpreter for Sierra On-Line's SCI games
|
|
|
|
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${LOCALBASE}/share/examples/freesci
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/config ${LOCALBASE}/share/examples/freesci
|
|
|
|
|
|
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
2003-09-28 11:13:55 +02:00
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
2003-08-16 20:27:30 +02:00
|
|
|
#.include "../../mk/motif.buildlink2.mk"
|
|
|
|
#.include "../../mk/ossaudio.buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|