summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /emulators
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Cygne-SDL/Makefile4
-rw-r--r--emulators/DatLib/Makefile3
-rw-r--r--emulators/DatUtil/Makefile4
-rw-r--r--emulators/MAMEDiff/Makefile3
-rw-r--r--emulators/ROMBuild/Makefile3
-rw-r--r--emulators/ROMInfo/Makefile3
-rw-r--r--emulators/ZIPIdent/Makefile3
-rw-r--r--emulators/arnold/Makefile3
-rw-r--r--emulators/cygwin_esound/Makefile3
-rw-r--r--emulators/cygwin_lib/Makefile3
-rw-r--r--emulators/darcnes/Makefile4
-rw-r--r--emulators/dega/Makefile4
-rw-r--r--emulators/fmsx/Makefile4
-rw-r--r--emulators/gnuboy/Makefile4
-rw-r--r--emulators/ia64sim/Makefile3
-rw-r--r--emulators/lrmi/Makefile3
-rw-r--r--emulators/m1/Makefile4
-rw-r--r--emulators/minivmac/Makefile4
-rw-r--r--emulators/mmix/Makefile4
-rw-r--r--emulators/palmosemulator/Makefile4
-rw-r--r--emulators/simh/Makefile4
-rw-r--r--emulators/snes9x/Makefile3
-rw-r--r--emulators/stella/Makefile4
-rw-r--r--emulators/suse91_base/Makefile4
-rw-r--r--emulators/suse_base/Makefile4
-rw-r--r--emulators/swarm/Makefile4
-rw-r--r--emulators/uae/Makefile4
-rw-r--r--emulators/uips/Makefile3
-rw-r--r--emulators/vba/Makefile3
-rw-r--r--emulators/vmware/Makefile4
-rw-r--r--emulators/vmware3/Makefile4
-rw-r--r--emulators/xbeeb/Makefile4
-rw-r--r--emulators/xm7/Makefile3
-rw-r--r--emulators/xmame/Makefile3
-rw-r--r--emulators/xmess/Makefile3
-rw-r--r--emulators/xyame/Makefile3
36 files changed, 91 insertions, 36 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile
index 1d0ce9faa1b..04dc3a5126e 100644
--- a/emulators/Cygne-SDL/Makefile
+++ b/emulators/Cygne-SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:42 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= Cygne-SDL-0.1-src
@@ -22,6 +22,8 @@ USE_LANGUAGES= c c++
# Uses i386 assembly code
ONLY_FOR_PLATFORM= *-*-i386
+INSTALLATION_DIRS= bin
+
post-build:
cd ${WRKSRC}/../WonderSnake && \
${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc
diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile
index 3b5f0a2e146..0966991a616 100644
--- a/emulators/DatLib/Makefile
+++ b/emulators/DatLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:57 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= datlib25
@@ -18,6 +18,7 @@ BUILD_TARGET= datlib
EXTRACT_CMD_OPTS.zip= -Laaqo
MAKE_ENV+= RANLIB=${RANLIB:Q}
+INSTALLATION_DIRS= lib
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/DatLib
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile
index 7ac122e538c..00a7408e6c5 100644
--- a/emulators/DatUtil/Makefile
+++ b/emulators/DatUtil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:57 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= dutil217
@@ -19,6 +19,8 @@ EXTRACT_CMD_OPTS.zip= -Laaqo
BUILDLINK_DEPENDS.DatLib+= DatLib>=2.4
+INSTALLATION_DIRS= bin
+
post-extract:
${MKDIR} ${WRKSRC}/obj
diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile
index 6a882bf3d6a..5b7613b1f7a 100644
--- a/emulators/MAMEDiff/Makefile
+++ b/emulators/MAMEDiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:57 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= mdiff216
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}
MAKEFILE= makefile
BUILD_TARGET= mamediff
EXTRACT_CMD_OPTS.zip= -Laaqo
+INSTALLATION_DIRS= bin
post-extract:
${MKDIR} ${WRKSRC}/obj
diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile
index 96bfdd69c10..493ec997a1c 100644
--- a/emulators/ROMBuild/Makefile
+++ b/emulators/ROMBuild/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:57 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= rbuild26
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}
MAKEFILE= makefile
BUILD_TARGET= rombuild
EXTRACT_CMD_OPTS.zip= -Laaqo
+INSTALLATION_DIRS= bin
post-extract:
${MKDIR} ${WRKSRC}/obj
diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile
index cdb3c636ea3..51577a11e68 100644
--- a/emulators/ROMInfo/Makefile
+++ b/emulators/ROMInfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:57 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= rinfo23
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}
MAKEFILE= makefile
BUILD_TARGET= rominfo
EXTRACT_CMD_OPTS.zip= -Laaqo
+INSTALLATION_DIRS= bin
post-extract:
${MKDIR} ${WRKSRC}/obj
diff --git a/emulators/ZIPIdent/Makefile b/emulators/ZIPIdent/Makefile
index 00bc902d4f7..1502c35fd32 100644
--- a/emulators/ZIPIdent/Makefile
+++ b/emulators/ZIPIdent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:57 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= zident24
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}
MAKEFILE= makefile
BUILD_TARGET= zipident
EXTRACT_CMD_OPTS.zip= -Laaqo
+INSTALLATION_DIRS= bin
post-extract:
${MKDIR} ${WRKSRC}/obj
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile
index caf695e7f94..ebeb0d853ab 100644
--- a/emulators/arnold/Makefile
+++ b/emulators/arnold/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:43 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= arnsrc27012002
@@ -22,6 +22,7 @@ BUILD_TARGET= arnold
SHAREDIR= ${PREFIX}/share/arnold
DOCDIR= ${PREFIX}/share/doc/arnold
MAKE_ENV+= SHAREDIR=${SHAREDIR}
+INSTALLATION_DIRS= bin
post-extract:
${CHMOD} +x ${WRKSRC}/configure
diff --git a/emulators/cygwin_esound/Makefile b/emulators/cygwin_esound/Makefile
index 84d7d56686d..1c0622960b6 100644
--- a/emulators/cygwin_esound/Makefile
+++ b/emulators/cygwin_esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:43 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= esound-0.2.35-1
@@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}
USE_PKGINSTALL= yes
RCD_SCRIPTS= cygwin_esd
+INSTALLATION_DIRS= bin emul/cygwin/bin
do-build: # nothing
diff --git a/emulators/cygwin_lib/Makefile b/emulators/cygwin_lib/Makefile
index 2e3320d9a09..9f3efc5c4e4 100644
--- a/emulators/cygwin_lib/Makefile
+++ b/emulators/cygwin_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/23 09:28:40 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= cygwin-1.5.13-1
@@ -17,6 +17,7 @@ DIST_SUBDIR= cygwin
WRKSRC= ${WRKDIR}
SYMLINKS= cygpath ipcrm ipcs kill mount ps regtool umount
+INSTALLATION_DIRS= bin emul/cygwin/bin
do-build: # nothing
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile
index 3338a4345ab..ca6b832f70a 100644
--- a/emulators/darcnes/Makefile
+++ b/emulators/darcnes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:50 jlam Exp $
PKGNAME= darcnes-20010401
PKGREVISION= 1
@@ -8,6 +8,8 @@ COMMENT= Multi-system emulator (NES, SMS, GG, PCE, and others)
MAKE_ENV+= TARGET=Linux_X
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darcnes
diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile
index 1f0d51e2758..2b63a761cbf 100644
--- a/emulators/dega/Makefile
+++ b/emulators/dega/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $
#
DISTNAME= dega-1.07
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake
# Uses i386 assembly code
ONLY_FOR_PLATFORM= *-*-i386
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index e39595906b0..496ec09131b 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:47 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:50 jlam Exp $
DISTNAME= fMSX24.tar
PKGNAME= fmsx-2.4
@@ -29,6 +29,8 @@ DEFS+= -DSUN_AUDIO
MAKE_ENV= DEFS="${DEFS}"
+INSTALLATION_DIRS= bin
+
.include "../../mk/x11.buildlink3.mk"
post-extract:
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index 529ab030ee8..85751ac2cf6 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:47 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:50 jlam Exp $
DISTNAME= gnuboy-1.0.3
PKGREVISION= 1
@@ -11,6 +11,8 @@ COMMENT= Gameboy emulator
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= bin
+
.include "../../mk/x11.buildlink3.mk"
do-install:
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile
index 3576eb74e56..755afde46b8 100644
--- a/emulators/ia64sim/Makefile
+++ b/emulators/ia64sim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:58 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $
DISTNAME= ia64sim
PKGNAME= ia64sim-0.3
@@ -14,6 +14,7 @@ USE_TOOLS+= gmake
DIST_SUBDIR= ${PKGNAME}
MAKEFILE= makefile.unx
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${LOCALBASE}/bin/ia64sim
diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile
index a639fdc6cbb..58a380bee76 100644
--- a/emulators/lrmi/Makefile
+++ b/emulators/lrmi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:44 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= lrmi-0.8
@@ -12,6 +12,7 @@ COMMENT= Wrapper to the i386 vm86 mode
ONLY_FOR_PLATFORM= *-*-i386
MAKEFILE= Makefile.bsd
+INSTALLATION_DIRS= bin include lib
do-install:
${INSTALL_DATA} ${WRKSRC}/vbe.h ${PREFIX}/include
diff --git a/emulators/m1/Makefile b/emulators/m1/Makefile
index ff31f80f8ab..fa82c68aa15 100644
--- a/emulators/m1/Makefile
+++ b/emulators/m1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 23:19:48 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= m1074b2-lnx
@@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR}/m1-0.7.4
NO_BUILD= # defined
CHECK_SHLIBS= no
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/m1 ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/m1
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile
index dd2e997d03a..689ecc162b4 100644
--- a/emulators/minivmac/Makefile
+++ b/emulators/minivmac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:47 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:51 jlam Exp $
DISTNAME= minivmac-0.1.7.src
PKGNAME= minivmac-0.1.7
@@ -17,6 +17,8 @@ SCRIPTS_ENV+= CC="${CC}"
DOCDIR= ${PREFIX}/share/doc/html/minivmac
+INSTALLATION_DIRS= bin
+
.include "../../mk/x11.buildlink3.mk"
do-build:
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile
index 0d74aa460b3..1535fcd6f01 100644
--- a/emulators/mmix/Makefile
+++ b/emulators/mmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:51 jlam Exp $
DISTNAME= mmix-20030622
PKGREVISION= 1
@@ -14,6 +14,8 @@ BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb
WRKSRC= ${WRKDIR}
BUILD_TARGET= all doc
+INSTALLATION_DIRS= bin
+
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} abstime mmix mmixal \
mmmix mmotype ${PREFIX}/bin
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile
index 1d859df1ede..567df177134 100644
--- a/emulators/palmosemulator/Makefile
+++ b/emulators/palmosemulator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:47 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= emulator_src_${POSE_VERSION}
@@ -42,6 +42,8 @@ CONFIGURE_ENV+= PACKAGE_SKINS_DIR=${POSE_SKINS_DIR}
# Assumes too much about how to build va_list's from scratch
NOT_FOR_PLATFORM= *-*-powerpc
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${POSE_BUILD_DIR}/pose ${PREFIX}/bin/pose
${INSTALL_DATA_DIR} ${POSE_SHARE_DIR}
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 8b218025085..fe4f21b4eaf 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:44 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= simhv33-0
@@ -25,6 +25,8 @@ CFLAGS:= ${CFLAGS:S/-O2//}
.endif
.endif
+INSTALLATION_DIRS= bin
+
post-extract:
${MKDIR} ${WRKSRC}/BIN
${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index b1e87e304e4..9dfd65a3966 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/06/11 16:53:18 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2005/06/16 06:57:51 jlam Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
@@ -16,6 +16,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
WRKSRC= ${WRKDIR}/release
USE_TOOLS+= gmake
PTHREAD_OPTS= require
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 538ba1dd3a2..6a1f123c167 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/05/22 20:07:58 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:51 jlam Exp $
STELLA_VERSION= 1.4.1
DISTNAME= stella-${STELLA_VERSION}-src
@@ -32,6 +32,8 @@ MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti"
DOCDIR=${PREFIX}/share/doc/html/stella
DATADIR=${PREFIX}/share/stella
+INSTALLATION_DIRS= bin
+
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile
index 45889413745..64b24e6ed23 100644
--- a/emulators/suse91_base/Makefile
+++ b/emulators/suse91_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:44 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:51 jlam Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 5
@@ -39,6 +39,8 @@ LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd
.include "../../mk/bsd.prefs.mk"
+INSTALLATION_DIRS= sbin
+
do-build:
@for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \
${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile
index 6cd655f0c84..b7b51bb2b58 100644
--- a/emulators/suse_base/Makefile
+++ b/emulators/suse_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2005/04/11 21:45:45 tv Exp $
+# $NetBSD: Makefile,v 1.54 2005/06/16 06:57:51 jlam Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 6
@@ -42,6 +42,8 @@ LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd
.include "../../mk/bsd.prefs.mk"
+INSTALLATION_DIRS= sbin
+
do-build:
@for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \
${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile
index 4e07f576095..5ca94ae08cc 100644
--- a/emulators/swarm/Makefile
+++ b/emulators/swarm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/07/11 00:30:10 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= swarm-0.61
@@ -11,6 +11,8 @@ COMMENT= Software arm7M core emulator
WRKSRC= ${WRKDIR}/swarm/src
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swarm
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index b8c3f2572fa..00b848b2add 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/06/01 18:02:48 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/06/16 06:57:51 jlam Exp $
DISTNAME= uae-0.8.22
PKGREVISION= 2
@@ -37,6 +37,8 @@ post-configure:
CONFIGURE_ENV+= cv_func_getmntinfo=yes fu_cv_sys_mounted_getmntinfo=yes
.endif
+INSTALLATION_DIRS= bin
+
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} readdisk uae ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae
diff --git a/emulators/uips/Makefile b/emulators/uips/Makefile
index 7305bdbcdaf..65cadf7b551 100644
--- a/emulators/uips/Makefile
+++ b/emulators/uips/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:46 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= uips
@@ -14,6 +14,7 @@ COMMENT= IPS patcher with v2 support
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
do-extract:
${CP} ${_DISTDIR}/uips.c ${WRKSRC}/
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index fa6bf5c3225..74f3bb3c8d4 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:58 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:51 jlam Exp $
DISTNAME= VisualBoyAdvance-src-1.6a
PKGNAME= vba-1.6.0.1
@@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --without-mmx
USE_LANGUAGES= c c++
GCC_REQD+= 3.0.0
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/TestEmu ${PREFIX}/bin
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile
index 9f9315fcf58..dcef2a00e2f 100644
--- a/emulators/vmware/Makefile
+++ b/emulators/vmware/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:51 jlam Exp $
DISTNAME= VMware-2.0.4-1142
PKGNAME= vmware-2.0.4
@@ -36,6 +36,8 @@ VMWARE_CFG_DIR= ${PREFIX}/emul/linux/etc/vmware
.include "../../mk/bsd.prefs.mk"
+INSTALLATION_DIRS= bin man/man1
+
do-build:
${GZCAT} ${WRKSRC}/man/man1/vmware.1.gz > ${WRKDIR}/vmware.1
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index 2e8c77a4d51..ad641aa91e8 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:51 jlam Exp $
DISTNAME= VMware-workstation-3.2.1-2242
PKGNAME= vmware-3.2.1pl1
@@ -38,6 +38,8 @@ VMWARE_CFG_DIR= ${PREFIX}/emul/linux/etc/vmware
.include "../../mk/bsd.prefs.mk"
+INSTALLATION_DIRS= bin man/man1
+
do-build:
${GZCAT} ${WRKSRC}/man/man1/vmware.1.gz > ${WRKDIR}/vmware.1
diff --git a/emulators/xbeeb/Makefile b/emulators/xbeeb/Makefile
index 8c3c7b070d2..ccab5fd6617 100644
--- a/emulators/xbeeb/Makefile
+++ b/emulators/xbeeb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/05/11 11:58:13 dillo Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= xbeeb-0.3.6
@@ -20,6 +20,8 @@ XBEEBROOT= share/xbeeb
MESSAGE_SUBST+= XBEEBROOT=${XBEEBROOT}
PLIST_SUBST+= XBEEBROOT=${XBEEBROOT}
+INSTALLATION_DIRS= bin man/man1
+
# xbeeb build starts in the source directory
do-configure:
cd ${WRKSRC}/src && ${XMKMF}
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile
index 49d094ebdd5..5c3c723b946 100644
--- a/emulators/xm7/Makefile
+++ b/emulators/xm7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:48 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= xm71010s
@@ -24,6 +24,7 @@ EXTRACT_CMD= lha xqt ${DOWNLOADED_DISTFILE}
WRKSRC= ${WRKDIR}/vm
NO_CONFIGURE= yes
MAKEFILE= makefile.x11
+INSTALLATION_DIRS= bin
.include "../../mk/x11.buildlink3.mk"
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 81775bd9edc..42ef87a10a5 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2005/06/01 18:02:48 jlam Exp $
+# $NetBSD: Makefile,v 1.131 2005/06/16 06:57:51 jlam Exp $
#
DISTNAME= xmame-0.96
@@ -84,6 +84,7 @@ MAKE_FLAGS+= LOW_MEM=1
.endif
OWN_DIRS= ${SPOOLDIR}
+INSTALLATION_DIRS= bin man/man6
post-configure:
cd ${WRKSRC}/doc; \
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 1b60623371c..ead281d7d90 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2005/06/01 18:02:48 jlam Exp $
+# $NetBSD: Makefile,v 1.71 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= xmame-0.96
@@ -85,6 +85,7 @@ MAKE_FLAGS+= LOW_MEM=1
.endif
OWN_DIRS= ${SPOOLDIR}
+INSTALLATION_DIRS= bin man/man6
post-configure:
cd ${WRKSRC}/doc; \
diff --git a/emulators/xyame/Makefile b/emulators/xyame/Makefile
index 03abea88052..64d068d3ca5 100644
--- a/emulators/xyame/Makefile
+++ b/emulators/xyame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:46 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= xyame038
@@ -19,6 +19,7 @@ NO_BUILD= yes
CHECK_SHLIBS= no
ONLY_FOR_PLATFORM+= *-*-i386
+INSTALLATION_DIRS= bin man/man6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xyame ${PREFIX}/bin