diff options
author | nakai <nakai@FreeBSD.org> | 2001-04-22 10:35:53 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-04-22 10:35:53 +0800 |
commit | c53bd96cd1979f553b56305b9a8f2e85d1e9b294 (patch) | |
tree | a7539f84e3950df2aa47756b6380362196f9c971 /emulators/darcnes | |
parent | 6d20465dbe60d6af83f19766e0249024c1adbb25 (diff) | |
download | freebsd-ports-gnome-c53bd96cd1979f553b56305b9a8f2e85d1e9b294.tar.gz freebsd-ports-gnome-c53bd96cd1979f553b56305b9a8f2e85d1e9b294.tar.zst freebsd-ports-gnome-c53bd96cd1979f553b56305b9a8f2e85d1e9b294.zip |
Initial import.
NES, SMS, PCE, etc multi system emulator
Diffstat (limited to 'emulators/darcnes')
-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 |
5 files changed, 33 insertions, 0 deletions
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 |