pkgsrc/emulators/uae/Makefile

30 lines
833 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.18 2001/12/01 16:23:22 kristerw Exp $
DISTNAME= uae-0.8.19
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
1999-06-19 16:56:49 +02:00
# Because using the gtk+ user interface requires a thread library
# we use a brute force method to avoid detection of gtk+.
CONFIGURE_ARGS+= --enable-dga --enable-vidmode \
--with-gtk-prefix=${WRKDIR}
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"