42afb71105
Changes since 0.8.19: 9B1230 lockscr/unlockscr fixes in drawing.c. Add sdlgfx from Bernd [4] Lachner. Filesystem asm code improvements from Toni (make it pic, call setup_exter earlier in the boot sequence, etc.) Also add Toni's patch to make rtarea position configurable (keep it at 0xF00000 for now, though). Avoid installing filesystem stuff if user didn't request to mount directories. BEAMCON0 is only available with ECS Agnus. Revert some bogus parts of the write_log patch. 9B1219 Add some missing clipping to the Picasso code. Limit number of illegal-mem warnings. 9B1217 Fix the GUI crash when changing floppies. Changes to support programs that change between HAM/no HAM in the middle of a line. Some bug fixes, and a big fprintf->write_log patch from Alex Kazik.
26 lines
689 B
Makefile
26 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.19 2002/01/01 19:05:21 kristerw Exp $
|
|
|
|
DISTNAME= uae-0.8.20
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
|
|
|
|
MAINTAINER= kristerw@netbsd.org
|
|
HOMEPAGE= http://www.freiburg.linux.de/~uae/
|
|
COMMENT= The UAE Amiga Emulator
|
|
|
|
DEPENDS= unzip>=5.40:../../archivers/unzip
|
|
|
|
USE_GMAKE= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_PROGRAM} readdisk uae ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae
|
|
cd ${WRKSRC}/docs && ${INSTALL_DATA} FAQ README \
|
|
${PREFIX}/share/doc/uae
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|