summaryrefslogtreecommitdiff
path: root/emulators/uae/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-19 14:38:08 +0000
committertron <tron@pkgsrc.org>1999-06-19 14:38:08 +0000
commit60cba3e7f934e3dda31ec4649349895469478cbd (patch)
tree20c2e408846657df61a90c14c2c4f27e4867884f /emulators/uae/Makefile
parent187d62538512889ae4b6b9db37f5252834cd5929 (diff)
downloadpkgsrc-60cba3e7f934e3dda31ec4649349895469478cbd.tar.gz
Import new "uae" package:
The UAE Amiga Emulator
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r--emulators/uae/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
new file mode 100644
index 00000000000..3338cb83caf
--- /dev/null
+++ b/emulators/uae/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/19 14:38:08 tron Exp $
+
+DISTNAME= uae-0.8.8
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.freiburg.linux.de/~uae/
+
+USE_GMAKE= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+
+CPPFLAGS= -I${WRKSRC}/src/include
+# Because using the gtk+ user interfaces requires a thread library
+# we use a brute force method to avoid detection of gtk+.
+CONFIGURE_ARGS+= --enable-dga --enable-vidmode \
+ --with-gtk-prefix=${WRKDIR}
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+post-extract:
+ @${MKDIR} ${WRKSRC}/src/include/machine
+ @${LN} -sf /usr/include/soundcard.h ${WRKSRC}/src/include/machine
+
+do-install:
+.for FILE in readdisk uae
+ ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin
+.endfor
+ ${MKDIR} ${PREFIX}/share/doc/uae
+.for FILE in FAQ README
+ ${INSTALL_DATA} ${WRKSRC}/docs/${FILE} ${PREFIX}/share/doc/uae
+.endfor
+
+.include "../../mk/bsd.pkg.mk"