diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-19 01:38:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-19 01:38:01 +0000 |
commit | 347657391cf55801b0d8afa36eb8e7930d636637 (patch) | |
tree | c0721d709815803885cc05aeb61067d2e7d851f9 | |
parent | cf521be97ac7caa45e215dde60056ab46fbea294 (diff) | |
download | pkgsrc-347657391cf55801b0d8afa36eb8e7930d636637.tar.gz |
added appropriate LICENSE
-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 |