diff options
author | wiz <wiz> | 2000-02-19 01:38:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-19 01:38:01 +0000 |
commit | 0cdc596eba10fb73f1e46b365f03d456383ec1a3 (patch) | |
tree | c0721d709815803885cc05aeb61067d2e7d851f9 /emulators/darcnes | |
parent | 04145f9b278e7f0d84cb48a4311d11f16c4b967c (diff) | |
download | pkgsrc-0cdc596eba10fb73f1e46b365f03d456383ec1a3.tar.gz |
added appropriate LICENSE
Diffstat (limited to 'emulators/darcnes')
-rw-r--r-- | emulators/darcnes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index ccc34a0cfec..722d84fb824 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/14 02:44:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/19 01:38:01 wiz Exp $ DISTNAME= dn9a0212 PKGNAME= darcnes-20000212 @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.netway.com/~nyef/ +LICENSE= no-commercial-use + USE_X11= yes USE_GMAKE= yes |