1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: uae

This is a port for UAE, the Universal Amiga Emulator.

PR:		ports/18809
Submitted by:	Simon Dick <simond@irrelevant.org>
This commit is contained in:
SADA Kenji 2000-09-06 15:06:32 +00:00
parent 3f1b37a210
commit 94aeaca65c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32335
5 changed files with 52 additions and 0 deletions

33
emulators/uae/Makefile Normal file
View File

@ -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>

1
emulators/uae/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (uae-0.7.6.tar.gz) = f79dd71a5b7200af667806efa01f5831

View File

@ -0,0 +1 @@
Amiga emulator

7
emulators/uae/pkg-descr Normal file
View File

@ -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

10
emulators/uae/pkg-plist Normal file
View File

@ -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