From 94aeaca65c6f2fafe24e13f313ed4e734aa76c0c Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Wed, 6 Sep 2000 15:06:32 +0000 Subject: [PATCH] New port: uae This is a port for UAE, the Universal Amiga Emulator. PR: ports/18809 Submitted by: Simon Dick --- emulators/uae/Makefile | 33 +++++++++++++++++++++++++++++++++ emulators/uae/distinfo | 1 + emulators/uae/pkg-comment | 1 + emulators/uae/pkg-descr | 7 +++++++ emulators/uae/pkg-plist | 10 ++++++++++ 5 files changed, 52 insertions(+) create mode 100644 emulators/uae/Makefile create mode 100644 emulators/uae/distinfo create mode 100644 emulators/uae/pkg-comment create mode 100644 emulators/uae/pkg-descr create mode 100644 emulators/uae/pkg-plist 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 +# +# $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 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