summaryrefslogtreecommitdiff
path: root/emulators/uae/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r--emulators/uae/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 00b848b2add..3bc10861608 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2005/06/16 06:57:51 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/10/14 22:15:49 kristerw Exp $
-DISTNAME= uae-0.8.22
-PKGREVISION= 2
+DISTNAME= uae-0.8.25
PKGNAME= ${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
@@ -10,7 +9,7 @@ MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://www.freiburg.linux.de/~uae/
COMMENT= The UAE Amiga Emulator
-DEPENDS= unzip>=5.40:../../archivers/unzip
+DEPENDS+= unzip>=5.40:../../archivers/unzip
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
@@ -19,20 +18,11 @@ CONFIGURE_ARGS+= --enable-dga --enable-vidmode
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ui
.endif
-.include "../../mk/compiler.mk"
-.include "../../mk/x11.buildlink3.mk"
-
-.if !empty(CC_VERSION:Mgcc-3.*)
-post-configure:
- ${TOUCH} ${WRKSRC}/src/tools/cpuopti.o
- ${CP} ${CAT} ${WRKSRC}/src/tools/cpuopti
-.endif
-
.if ${OPSYS} == NetBSD && exists(/usr/include/sys/statvfs.h)
CONFIGURE_ENV+= cv_func_getmntinfo=yes fu_cv_sys_mounted_getmntinfo=yes
.endif
@@ -45,4 +35,5 @@ do-install:
cd ${WRKSRC}/docs && ${INSTALL_DATA} FAQ README \
${PREFIX}/share/doc/uae
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"