diff options
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/darcnes/Makefile | 27 | ||||
-rw-r--r-- | emulators/darcnes/distinfo | 1 | ||||
-rw-r--r-- | emulators/darcnes/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/darcnes/pkg-descr | 3 | ||||
-rw-r--r-- | emulators/darcnes/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 5f6ed4e500cf..45ab8ce665d5 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -10,6 +10,7 @@ SUBDIR += cingb SUBDIR += cpmemu SUBDIR += cpmtools + SUBDIR += darcnes SUBDIR += dgen-sdl SUBDIR += dlx SUBDIR += fmsx diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile new file mode 100644 index 000000000000..7eada6fb9de8 --- /dev/null +++ b/emulators/darcnes/Makefile @@ -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> diff --git a/emulators/darcnes/distinfo b/emulators/darcnes/distinfo new file mode 100644 index 000000000000..91319104c438 --- /dev/null +++ b/emulators/darcnes/distinfo @@ -0,0 +1 @@ +MD5 (dn9b0401.tgz) = 84d0cb6fc00017e5bf7cc09acd5e365b diff --git a/emulators/darcnes/pkg-comment b/emulators/darcnes/pkg-comment new file mode 100644 index 000000000000..62c4c3528d7c --- /dev/null +++ b/emulators/darcnes/pkg-comment @@ -0,0 +1 @@ +multi-system emulator diff --git a/emulators/darcnes/pkg-descr b/emulators/darcnes/pkg-descr new file mode 100644 index 000000000000..262d4235f0a0 --- /dev/null +++ b/emulators/darcnes/pkg-descr @@ -0,0 +1,3 @@ +multi-system emulator + +WWW: http://www.netway.com/~nyef/ diff --git a/emulators/darcnes/pkg-plist b/emulators/darcnes/pkg-plist new file mode 100644 index 000000000000..d4a70dd068de --- /dev/null +++ b/emulators/darcnes/pkg-plist @@ -0,0 +1 @@ +bin/darcnes |