summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-05-19 10:07:37 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-05-19 10:07:37 +0000
commit42eedefcd21552ea49d0045a2c1b8fa3810d7d21 (patch)
tree90b49d57e28fefc5aa9371908600cf4dd5557604 /emulators/wine
parentUpdate to exiscan-acl-4.20-06, which fixes a problem handling multiple (diff)
Install a script into etc/rc.d/ to run ldconfig after reboots so
Wine libraries could be found. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=81361
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile7
-rw-r--r--emulators/wine/files/wine.sh15
-rw-r--r--emulators/wine/pkg-plist1
3 files changed, 23 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 0a46ca4c4813..fa41aedb7ab3 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -50,6 +50,10 @@ pre-extract:
@${ECHO} "that when running, only when it has to enter the debugger...)"
.endif
+post-extract:
+ @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/wine.sh \
+ > ${WRKSRC}/wine.sh
+
post-configure:
cd ${WRKSRC} && make depend
@@ -89,4 +93,7 @@ do-install:
${ECHO}
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
+post-install:
+ @$INSTALL_SCRIPT} ${WRKSRC}/wine.sh > ${PREFIX}/etc/rc.d/000.wine.sh
+
.include <bsd.port.post.mk>
diff --git a/emulators/wine/files/wine.sh b/emulators/wine/files/wine.sh
new file mode 100644
index 000000000000..fe67ceb5d4e2
--- /dev/null
+++ b/emulators/wine/files/wine.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+case "$1" in
+ start)
+ /sbin/ldconfig -m %%PREFIX%%/lib/wine
+ ;;
+ stop)
+ ;;
+ *)
+ echo ""
+ echo "Usage: `basename $0` { start | stop }"
+ echo ""
+ exit 64
+ ;;
+esac
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist
index a03b1ba6bc0c..1b125dcdb845 100644
--- a/emulators/wine/pkg-plist
+++ b/emulators/wine/pkg-plist
@@ -28,6 +28,7 @@ bin/winewrap
bin/winhelp
bin/wmc
bin/wrc
+etc/rc.d/000.wine.sh
@unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi
etc/wine.conf.sample
include/wine/debug.h