emulators/xcpc: import xcpc-20070122
XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C. XCPC is designed to run on any POSIX compliant system, including Unix, Linux, BSD and having an X11 server.
This commit is contained in:
parent
fc57a20373
commit
9ca6523d27
4 changed files with 43 additions and 0 deletions
4
emulators/xcpc/DESCR
Normal file
4
emulators/xcpc/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C.
|
||||
|
||||
XCPC is designed to run on any POSIX compliant system, including
|
||||
Unix, Linux, BSD and having an X11 server.
|
25
emulators/xcpc/Makefile
Normal file
25
emulators/xcpc/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/06/16 12:08:45 ryoon Exp $
|
||||
|
||||
DISTNAME= xcpc-20070122
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://bitbucket.org/ponceto/xcpc/get/
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= https://bitbucket.org/ponceto/xcpc/get/
|
||||
COMMENT= Portable Amstrad CPC 464/664/6128 emulator
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
WRKSRC= ${WRKDIR}/ponceto-xcpc-90cd270f37be
|
||||
|
||||
USE_TOOLS+= automake pkg-config
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-configure:
|
||||
set -e; cd ${WRKSRC}; \
|
||||
libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../emulators/libdsk/buildlink3.mk"
|
||||
.include "../../x11/libXaw/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
emulators/xcpc/PLIST
Normal file
8
emulators/xcpc/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/06/16 12:08:45 ryoon Exp $
|
||||
bin/xcpc
|
||||
share/applications/xcpc.desktop
|
||||
share/pixmaps/xcpc.xpm
|
||||
share/xcpc/roms/amsdos.rom
|
||||
share/xcpc/roms/cpc464.rom
|
||||
share/xcpc/roms/cpc6128.rom
|
||||
share/xcpc/roms/cpc664.rom
|
6
emulators/xcpc/distinfo
Normal file
6
emulators/xcpc/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/06/16 12:08:45 ryoon Exp $
|
||||
|
||||
SHA1 (xcpc-20070122.tar.gz) = 61f21856b367316dac40545b91b7878ddbaf3838
|
||||
RMD160 (xcpc-20070122.tar.gz) = 4577e5cd3bc1f9f8fa2e32cfb291c4f748ea34ae
|
||||
SHA512 (xcpc-20070122.tar.gz) = b388943079b2dab9e6c60e104470859785903ec30926dc63d4efd07b272e75f11583edf41c80e56e3bd7e2b80aeddfc0b2aef222b8bf4cf41cc905c640bcf82d
|
||||
Size (xcpc-20070122.tar.gz) = 156803 bytes
|
Loading…
Reference in a new issue