update to fuse 0.6.2.1
ok grange@
This commit is contained in:
parent
48cb391013
commit
fe732258ce
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2003/10/17 06:27:04 grange Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/05/08 06:46:45 sturm Exp $
|
||||
# $RuOBSD: Makefile,v 1.7 2002/03/26 19:14:05 grange Exp $
|
||||
|
||||
COMMENT= "Free Unix Spectrum Emulator"
|
||||
|
||||
DISTNAME= fuse-0.6.1.1
|
||||
DISTNAME= fuse-0.6.2.1
|
||||
CATEGORIES= emulators
|
||||
|
||||
HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
|
||||
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
||||
|
||||
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
||||
|
||||
@ -16,12 +16,13 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/ \
|
||||
ftp://ftp.worldofspectrum.org/pub/sinclair/emulators/unix/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
LIB_DEPENDS= glib.1.2::devel/glib spectrum.2::devel/libspectrum \
|
||||
BUILD_DEPENDS= ::devel/pkgconfig
|
||||
LIB_DEPENDS= glib-2.0.0.8,gmodule-2.0.0.8,gobject-2.0.0.8::devel/glib2 \
|
||||
spectrum.3::devel/libspectrum \
|
||||
765.3::devel/lib765 png.3::graphics/png \
|
||||
xml2.7::textproc/libxml
|
||||
|
||||
@ -34,7 +35,8 @@ FLAVORS=gtk
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mgtk}
|
||||
LIB_DEPENDS+= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
LIB_DEPENDS+= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
|
||||
CONFIGURE_ARGS= --with-gtk2
|
||||
.else
|
||||
CONFIGURE_ARGS= --without-gtk
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (fuse-0.6.1.1.tar.gz) = 6738574d0f01f758ed352a6d3cb5f4b1
|
||||
RMD160 (fuse-0.6.1.1.tar.gz) = 0401a69631a1fd3e56c8ef915608dbd6e4bc383c
|
||||
SHA1 (fuse-0.6.1.1.tar.gz) = 4adb2f6f11409101360cf1abe7cb45558073f44d
|
||||
MD5 (fuse-0.6.2.1.tar.gz) = 4ce5c01fb922acb695c7229e765d0f6b
|
||||
RMD160 (fuse-0.6.2.1.tar.gz) = a9675a985e8f79ca0005f1c76e42d58eb985142f
|
||||
SHA1 (fuse-0.6.2.1.tar.gz) = 6fa903848153dbc2919a779e6c8214286a938af2
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/10/17 06:27:04 grange Exp $
|
||||
@comment $RuOBSD: PLIST,v 1.3 2002/02/12 02:37:09 grange Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/05/08 06:46:45 sturm Exp $
|
||||
bin/fuse
|
||||
man/man1/fuse.1
|
||||
share/fuse/128-0.rom
|
||||
@ -7,6 +6,7 @@ share/fuse/128-1.rom
|
||||
share/fuse/128p-0.rom
|
||||
share/fuse/128p-1.rom
|
||||
share/fuse/48.rom
|
||||
share/fuse/cassette.bmp
|
||||
share/fuse/disk_plus3.z80
|
||||
share/fuse/keyboard.scr
|
||||
share/fuse/plus2-0.rom
|
||||
@ -15,6 +15,7 @@ share/fuse/plus3-0.rom
|
||||
share/fuse/plus3-1.rom
|
||||
share/fuse/plus3-2.rom
|
||||
share/fuse/plus3-3.rom
|
||||
share/fuse/plus3disk.bmp
|
||||
share/fuse/tape_128.z80
|
||||
share/fuse/tape_16.z80
|
||||
share/fuse/tape_2048.z80
|
||||
|
Loading…
Reference in New Issue
Block a user