mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +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:
parent
3f1b37a210
commit
94aeaca65c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32335
33
emulators/uae/Makefile
Normal file
33
emulators/uae/Makefile
Normal 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
1
emulators/uae/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (uae-0.7.6.tar.gz) = f79dd71a5b7200af667806efa01f5831
|
1
emulators/uae/pkg-comment
Normal file
1
emulators/uae/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Amiga emulator
|
7
emulators/uae/pkg-descr
Normal file
7
emulators/uae/pkg-descr
Normal 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
10
emulators/uae/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user