summaryrefslogtreecommitdiff
path: root/emulators/raine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/raine/Makefile')
-rw-r--r--emulators/raine/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index 7e3a59b9da1..e8ce5d74c0c 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/05/07 01:14:48 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/05 17:14:14 xtraeme Exp $
#
-DISTNAME= raines-0.40.0
+DISTNAME= raines-0.40.2
PKGNAME= ${DISTNAME:S/raines/raine/}
CATEGORIES= emulators
MASTER_SITES= http://www.rainemu.com/html/archive/
@@ -20,12 +20,16 @@ USE_X11= yes
MAKEFILE= makefile
MAKE_ENV+= OSTYPE=linux
USE_PERL5= run
+REPLACE_PERL= makedep
+# XXX Really?
ONLY_FOR_PLATFORM= *-*-i386
pre-install:
- @${SED} -e s,@RAINEDATA@,${PREFIX}/share/raine, \
- ${FILESDIR}/raine.sh > ${WRKSRC}/raine.sh
+ @( \
+ ${ECHO_MSG} "#!/bin/sh"; \
+ ${ECHO_MSG} "cd ${PREFIX}/share/raine && ./raine" \
+ ) > ${WRKSRC}/raine.sh
@${INSTALL_SCRIPT} ${WRKSRC}/raine.sh ${PREFIX}/bin/raine
.include "../../devel/allegro/buildlink3.mk"