summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-09-06 15:06:32 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-09-06 15:06:32 +0000
commit94aeaca65c6f2fafe24e13f313ed4e734aa76c0c (patch)
treee845986f8a2a89fc141a3262adf1148bf1eefc82 /emulators/uae
parentUse XAWVER instead of setting the lib's major number explicitly. (diff)
New port: uae
This is a port for UAE, the Universal Amiga Emulator. PR: ports/18809 Submitted by: Simon Dick <simond@irrelevant.org>
Notes
Notes: svn path=/head/; revision=32335
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile33
-rw-r--r--emulators/uae/distinfo1
-rw-r--r--emulators/uae/pkg-comment1
-rw-r--r--emulators/uae/pkg-descr7
-rw-r--r--emulators/uae/pkg-plist10
5 files changed, 52 insertions, 0 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
new file mode 100644
index 000000000000..767c7dc2dcba
--- /dev/null
+++ b/emulators/uae/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: uae
+# Date created: 22 May 2000
+# Whom: Simon Dick <simond@irrelevant.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= uae
+PORTVERSION= 0.7.6
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/ \
+ http://www.users.globalnet.co.uk/~simd/
+
+MAINTAINER= simond@irrelevant.org
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-sound
+USE_XLIB= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/uae ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/readdisk ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/COMPATIBILITY ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/CREDITS ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/NEWS ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/README ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/README.PROGRAMMERS ${PREFIX}/share/doc/uae
+ ${INSTALL_DATA} ${WRKSRC}/docs/unix/README ${PREFIX}/share/doc/uae/README.unix
+
+.include <bsd.port.mk>
diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo
new file mode 100644
index 000000000000..c2e1a703056a
--- /dev/null
+++ b/emulators/uae/distinfo
@@ -0,0 +1 @@
+MD5 (uae-0.7.6.tar.gz) = f79dd71a5b7200af667806efa01f5831
diff --git a/emulators/uae/pkg-comment b/emulators/uae/pkg-comment
new file mode 100644
index 000000000000..2a60a7b7cb2a
--- /dev/null
+++ b/emulators/uae/pkg-comment
@@ -0,0 +1 @@
+Amiga emulator
diff --git a/emulators/uae/pkg-descr b/emulators/uae/pkg-descr
new file mode 100644
index 000000000000..1498e1562e91
--- /dev/null
+++ b/emulators/uae/pkg-descr
@@ -0,0 +1,7 @@
+This is a port for UAE, the Universal Amiga Emulator.
+You will require a valid Amiga ROM file in order for this to be useful.
+
+WWW: http://www.freiburg.linux.de/~uae/
+
+- Simon Dick
+simond@irrelevant.org
diff --git a/emulators/uae/pkg-plist b/emulators/uae/pkg-plist
new file mode 100644
index 000000000000..71033c395eb1
--- /dev/null
+++ b/emulators/uae/pkg-plist
@@ -0,0 +1,10 @@
+bin/uae
+bin/readdisk
+share/doc/uae/COMPATIBILITY
+share/doc/uae/CREDITS
+share/doc/uae/FAQ
+share/doc/uae/NEWS
+share/doc/uae/README
+share/doc/uae/README.unix
+share/doc/uae/README.PROGRAMMERS
+@dirrm share/doc/uae