diff options
author | obache <obache@pkgsrc.org> | 2014-12-15 08:36:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-15 08:36:15 +0000 |
commit | f3b505411f84e69d8c86900e4bc30eedfa265302 (patch) | |
tree | 8eb56fac35b70a4e897d696207998f93a3ae4c74 /cad | |
parent | 3e37721c1da60f4e9e2269e97c324dab1b82415e (diff) | |
download | pkgsrc-f3b505411f84e69d8c86900e4bc30eedfa265302.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 23e398ab337..a70f351b8ec 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/01/11 14:42:01 adam Exp $ +# $NetBSD: Makefile,v 1.41 2014/12/15 08:36:15 obache Exp $ DISTNAME= xcircuit-3.7.50 PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= shaun@inerd.com HOMEPAGE= http://opencircuitdesign.com/xcircuit/ COMMENT= Drawing program for X11 (especially for circuits) +LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${DISTNAME} USE_TOOLS+= gmake gs:run |