summaryrefslogtreecommitdiff
path: root/inputmethod/canna-lib/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-05-31 08:28:33 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-05-31 08:28:33 +0000
commit9b637257eb91b8f63ed844e405fc6e3e8219931a (patch)
tree9afb908593cfd5f0a46cc775383d705cd2e7397f /inputmethod/canna-lib/Makefile
parent8d076518c138d53299cb8a79cd720c7080c80b0e (diff)
downloadpkgsrc-9b637257eb91b8f63ed844e405fc6e3e8219931a.tar.gz
* Move to use inputmethod/canna/Makefile.{common,include} for common
definitions/inclusions. * Deprecate canna-server and introduce inputmethod/canna as the new Canna meta package.
Diffstat (limited to 'inputmethod/canna-lib/Makefile')
-rw-r--r--inputmethod/canna-lib/Makefile28
1 files changed, 4 insertions, 24 deletions
diff --git a/inputmethod/canna-lib/Makefile b/inputmethod/canna-lib/Makefile
index 68b17cc4aae..2f1dd3ee584 100644
--- a/inputmethod/canna-lib/Makefile
+++ b/inputmethod/canna-lib/Makefile
@@ -1,30 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2002/12/27 08:41:24 uebayasi Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/31 08:28:34 uebayasi Exp $
#
+.include "../canna/Makefile.common"
-DISTNAME= Canna36p1
-PKGNAME= Canna-lib-3.6.1
-CATEGORIES= japanese inputmethod
-MASTER_SITES= http://downloads.sourceforge.jp/canna/1722/
-
-MAINTAINER= tech-pkg-ja@jp.netbsd.org
-HOMEPAGE= http://canna.sourceforge.jp/
-COMMENT= Kana-Kanji conversion system (library)
+CANNA_MODULE= lib
INSTALL_TARGET= install install.man
-BUILD_DEFS+= USE_INET6
-
-.include "../../mk/bsd.prefs.mk"
-.if 0 # defined(USE_INET6) && ${USE_INET6} == "YES"
-INET6= -DINET6
-.else
-INET6= # empty
-.endif
-CANNAOWNER?= daemon
-CANNAGROUP?= daemon
-MAKE_ENV+= CANNAOWNER=${CANNAOWNER} CANNAGROUP=${CANNAGROUP} \
- INET6=${INET6}
-
# (1) Change SUBDIRS.
# (2) Don't install `forcpp', `kpdic'.
post-patch:
@@ -46,5 +27,4 @@ do-configure:
post-configure:
@${LN} -s ${WRKSRC}/server/*.h ${WRKSRC}/include
-.include "../../devel/nbitools/nbitools.mk"
-.include "../../mk/bsd.pkg.mk"
+.include "../canna/Makefile.include"