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 | 18071f2c4704b76f83d9fd4fbbf6ccd826bb3788 (patch) | |
tree | 5cc2602a56f39ef421e7a3effbff1be0d75da332 /emulators/gxemul | |
parent | f2050fd085a536060ab83655caa7cd099a67e64f (diff) | |
download | pkgsrc-18071f2c4704b76f83d9fd4fbbf6ccd826bb3788.tar.gz |
Add license (BSD-3)
Diffstat (limited to 'emulators/gxemul')
-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 |