Initial import.
NES, SMS, PCE, etc multi system emulator
This commit is contained in:
parent
b945b18999
commit
910b98bb83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41785
@ -10,6 +10,7 @@
|
||||
SUBDIR += cingb
|
||||
SUBDIR += cpmemu
|
||||
SUBDIR += cpmtools
|
||||
SUBDIR += darcnes
|
||||
SUBDIR += dgen-sdl
|
||||
SUBDIR += dlx
|
||||
SUBDIR += fmsx
|
||||
|
27
emulators/darcnes/Makefile
Normal file
27
emulators/darcnes/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: darcnes
|
||||
# Date created: 22 April 2001
|
||||
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= darcnes
|
||||
PORTVERSION= 9b0401
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.dridus.com/~nyef/darcnes/download/
|
||||
DISTNAME= dn${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_CDROM= Commercial use is restricted
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/darcnes/distinfo
Normal file
1
emulators/darcnes/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dn9b0401.tgz) = 84d0cb6fc00017e5bf7cc09acd5e365b
|
1
emulators/darcnes/pkg-comment
Normal file
1
emulators/darcnes/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
multi-system emulator
|
3
emulators/darcnes/pkg-descr
Normal file
3
emulators/darcnes/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
multi-system emulator
|
||||
|
||||
WWW: http://www.netway.com/~nyef/
|
1
emulators/darcnes/pkg-plist
Normal file
1
emulators/darcnes/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/darcnes
|
Loading…
Reference in New Issue
Block a user