diff options
author | maya <maya@pkgsrc.org> | 2016-07-05 16:56:57 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-07-05 16:56:57 +0000 |
commit | dae227e0bd9097ea404f0ceeacb3ca1e65375aef (patch) | |
tree | ee4f16b6a27e32f6bf745a93e93b2b0a6091952a /emulators | |
parent | c0fbf2f7adb471bab05ef763baaf2e330c12d95b (diff) | |
download | pkgsrc-dae227e0bd9097ea404f0ceeacb3ca1e65375aef.tar.gz |
Add license (BSD-3)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 7382bad1c5d..0b84150191c 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/03/29 19:03:07 mrg Exp $ +# $NetBSD: Makefile,v 1.54 2016/07/05 16:56:57 maya Exp $ DISTNAME= gxemul-0.6.0.1 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= http://gxemul.sourceforge.net/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gxemul.sourceforge.net/ COMMENT= Framework for full-system computer architecture emulation +LICENSE= modified-bsd USE_TOOLS+= pax |