diff options
author | wiz <wiz> | 2011-02-07 00:37:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-07 00:37:10 +0000 |
commit | 5d383186b01de065b6dbb101a24502cbade4efb3 (patch) | |
tree | 64881311fc58899220655f5a0c0d4d6b49b252db /graphics/autotrace | |
parent | f5d7e1834970d1e86ccd725ab3098eec3820385f (diff) | |
download | pkgsrc-5d383186b01de065b6dbb101a24502cbade4efb3.tar.gz |
Set LICENSE.
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index db15c01c475..df283bf9290 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2011/01/13 13:37:56 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2011/02/07 00:37:10 wiz Exp $ # DISTNAME= autotrace-0.31.1 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autotrace/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://autotrace.sourceforge.net/ COMMENT= Convert bitmap to vector graphics +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 GNU_CONFIGURE= YES USE_LIBTOOL= YES |