diff options
Diffstat (limited to 'textproc/chasen/Makefile.common')
-rw-r--r-- | textproc/chasen/Makefile.common | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/chasen/Makefile.common b/textproc/chasen/Makefile.common new file mode 100644 index 00000000000..b87c0b67e37 --- /dev/null +++ b/textproc/chasen/Makefile.common @@ -0,0 +1,8 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2002/05/31 13:00:56 seb Exp $ +# + +CHASEN_VERSION= 2.2.9 + +CHASEN_CONFDIR?= ${LOCALBASE}/etc +CHASEN_DICDIR?= ${LOCALBASE}/share/chasen/dic +CONFIGURE_ENV+= --sysconfdir=${CHASEN_CONFDIR} |