diff options
author | markd <markd@pkgsrc.org> | 2010-02-05 20:13:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-02-05 20:13:20 +0000 |
commit | 031b1d3d6b5fd63b001817bb5ced0edc73d620c8 (patch) | |
tree | fc292310a201f96f9d6d333e8d4ed0e38069c9e9 | |
parent | 23bdd69ff2f306281b3b1d44a5b75ce6c511ad0a (diff) | |
download | pkgsrc-031b1d3d6b5fd63b001817bb5ced0edc73d620c8.tar.gz |
add LICENSE.
-rw-r--r-- | emulators/dynamips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index e3169ccebc6..405cc72a2c0 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/02/05 20:10:42 markd Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/05 20:13:20 markd Exp $ DISTNAME= dynamips-0.2.8-RC2 PKGNAME= ${DISTNAME:S/-RC/rc/} @@ -8,6 +8,7 @@ MASTER_SITES= http://www.ipflow.utc.fr/dynamips/ MAINTAINER= kefren@NetBSD.org HOMEPAGE= http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator COMMENT= Cisco 3600 and 7200 MIPS emulator +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |