summaryrefslogtreecommitdiff
path: root/emulators/twin/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-05-15 09:46:37 +0000
committeragc <agc@pkgsrc.org>2001-05-15 09:46:37 +0000
commit98e0cb997a71f43ec38cbb68610257236d13318f (patch)
tree0798a9ad151804e21bb9b0f9e5506c31086e05c3 /emulators/twin/Makefile
parent3483bd3cd1d7f2f08b366d414d31a8af074c0581 (diff)
downloadpkgsrc-98e0cb997a71f43ec38cbb68610257236d13318f.tar.gz
Initial import of twin-3.1.14 into NetBSD Packages Collection.
Provided in PR 12928 by Ben Collver (collver@linuxfreemail.com) "Willows TWIN is a GNU software package for emulating the Microsoft Win32 API. It consists of a library set and an emulator program. The emulator program allows the execution of Windows binary applications on supported platforms; using the native Intel x86 processors, or through the built-in instruction set interpreter. The native libraries allow programmers natively to build Win32 and MFC applications from source code."
Diffstat (limited to 'emulators/twin/Makefile')
-rw-r--r--emulators/twin/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
new file mode 100644
index 00000000000..f7dad3b89c2
--- /dev/null
+++ b/emulators/twin/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $
+#
+
+DISTNAME= twin-src-3.1.14
+PKGNAME= twin-3.1.14
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.willows.com/pub/twin/
+
+MAINTAINER= collver@linuxfreemail.com
+HOMEPAGE= http://www.willows.com
+COMMENT= cross-platform implementation of the win32 api
+
+BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_X11= yes
+WRKSRC= ${WRKDIR}/twin
+ALL_TARGET= depend world
+
+pre-configure:
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force
+
+pre-build:
+ ${CP} ${WRKSRC}/windows/Execfreebsd.c ${WRKSRC}/windows/Execnetbsd.c
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/twin
+ ${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/twin/
+ ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/
+ ${INSTALL_DATA} ${WRKSRC}/documentation/rc.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/documentation/debugger.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/tools/rc/rc ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"