Mon May 17 07:30:12 2010 UTC ()
Note about LICENSE.


(obache)
diff -r1.2 -r1.3 pkgsrc/inputmethod/tomoe/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/inputmethod/tomoe/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/tomoe/Makefile 2008/06/04 13:01:36 1.2
+++ pkgsrc/inputmethod/tomoe/Makefile 2010/05/17 07:30:12 1.3
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2008/06/04 13:01:36 obache Exp $ 1# $NetBSD: Makefile,v 1.3 2010/05/17 07:30:12 obache Exp $
2# 2#
3 3
4DISTNAME= tomoe-0.6.0 4DISTNAME= tomoe-0.6.0
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= inputmethod 6CATEGORIES= inputmethod
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://tomoe.sourceforge.jp/ 10HOMEPAGE= http://tomoe.sourceforge.jp/
11COMMENT= Handwriting recognition engine 11COMMENT= Handwriting recognition engine
 12#LICENSE= gnu-lgpl-v2.1 # AND Creative Commons Attribution-ShareAlike Licence
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config intltool msgfmt 18USE_TOOLS+= gmake pkg-config intltool msgfmt
18USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
19 20
20PKG_SYSCONFSUBDIR= tomoe 21PKG_SYSCONFSUBDIR= tomoe
21 22
22PKGCONFIG_OVERRIDE+= bindings/python/pytomoe.pc.in 23PKGCONFIG_OVERRIDE+= bindings/python/pytomoe.pc.in
23PKGCONFIG_OVERRIDE+= tomoe.pc.in 24PKGCONFIG_OVERRIDE+= tomoe.pc.in
24 25