summaryrefslogtreecommitdiff
path: root/emulators/e-uae/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-24 20:21:46 +0000
committeradam <adam@pkgsrc.org>2006-01-24 20:21:46 +0000
commitab9bd1255f951ad6442a4691f32b8764b9e63609 (patch)
treec6a84eb8d1d53013f29f71a8b5737abbaeb679e8 /emulators/e-uae/Makefile
parentec6e11887d9b6dfb79640de5f202e5718d506a89 (diff)
downloadpkgsrc-ab9bd1255f951ad6442a4691f32b8764b9e63609.tar.gz
This is a fork of UAE, the Ubiquitous Amiga Emulator, with an emulation core
based on WinUAE. It attempts to bring many of the great features of WinUAE to non-Windows platforms. This version now finally has a name, E-UAE, since that's what everybody was calling it anyway. The 'E' can stand for anything you fancy. Experimental, extreme, exciting, egalitarian, eggplant...
Diffstat (limited to 'emulators/e-uae/Makefile')
-rw-r--r--emulators/e-uae/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
new file mode 100644
index 00000000000..277db45b050
--- /dev/null
+++ b/emulators/e-uae/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/24 20:21:46 adam Exp $
+
+DISTNAME= e-uae-0.8.28
+CATEGORIES= emulators
+MASTER_SITES= http://www.rcdrummond.net/uae/e-uae-0.8.28/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://www.rcdrummond.net/uae/
+COMMENT= Enhanced Ubiquitous Amiga Emulator
+
+CONFLICTS+= uae-*
+
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+
+.include "options.mk"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae
+ cd ${WRKSRC}/docs && ${INSTALL_DATA} *.txt ${PREFIX}/share/doc/uae
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"