summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-12-12 09:58:03 +0000
committerwiz <wiz@pkgsrc.org>2012-12-12 09:58:03 +0000
commit23553755424f45d33f1d3a769f4ee2f970769e2a (patch)
treef6baee55dedf3a838123ddbfd560935750cc0b09 /emulators/vice/Makefile
parentde26556373571a2f623121f2630f3652b7c7a39c (diff)
downloadpkgsrc-23553755424f45d33f1d3a769f4ee2f970769e2a.tar.gz
Update to 2.4, provided by Olaf 'Rhialto' Seibert in PR/47223.
While here, add missing tex-pdftex build dependency (for vice.pdf) and fix ffmpeg option build. Changes: Lots of extra hardware is emulated (including the long awaited SuperPET 6809 parts), and several new host platforms are added.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index cda77df1c5f..8bd6840e5dd 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.102 2012/10/08 23:01:32 adam Exp $
+# $NetBSD: Makefile,v 1.103 2012/12/12 09:58:03 wiz Exp $
-DISTNAME= vice-2.3
-PKGREVISION= 11
+DISTNAME= vice-2.4
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu:Q}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/
MASTER_SITES+= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/
@@ -12,6 +11,8 @@ HOMEPAGE= http://vice-emu.sourceforge.net/
COMMENT= Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16
LICENSE= gnu-gpl-v2
+BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+
RESTRICTED= ROM image copyright is questionable.
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
@@ -21,10 +22,11 @@ NO_SRC_ON_FTP= ${RESTRICTED}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= bdftopcf gmake mkfontdir msgfmt
+USE_TOOLS+= bdftopcf gmake msgfmt
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= toolchain_check=no
INFO_FILES= YES
FONTS_DIRS.x11= ${PREFIX}/share/vice/fonts
@@ -49,7 +51,7 @@ CPPFLAGS+= -DHAVE_STDINT_H
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/giflib.buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"