diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-09-06 15:06:32 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-09-06 15:06:32 +0000 |
commit | 94aeaca65c6f2fafe24e13f313ed4e734aa76c0c (patch) | |
tree | e845986f8a2a89fc141a3262adf1148bf1eefc82 /emulators | |
parent | 3f1b37a2104e0c0d86c58429ea65a5e4fb238883 (diff) | |
download | ports-94aeaca65c6f2fafe24e13f313ed4e734aa76c0c.tar.gz ports-94aeaca65c6f2fafe24e13f313ed4e734aa76c0c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/uae/Makefile | 33 | ||||
-rw-r--r-- | emulators/uae/distinfo | 1 | ||||
-rw-r--r-- | emulators/uae/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/uae/pkg-descr | 7 | ||||
-rw-r--r-- | emulators/uae/pkg-plist | 10 |
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 |