summaryrefslogtreecommitdiff
path: root/textproc/chasen-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/chasen-base/Makefile')
-rw-r--r--textproc/chasen-base/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile
index 7554e5bf92c..f85bfabf4a8 100644
--- a/textproc/chasen-base/Makefile
+++ b/textproc/chasen-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/05/05 00:28:50 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/06 13:32:38 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@@ -6,15 +6,18 @@ PKGNAME= chasen-base-${CHASEN_VERSION}
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
-PATCHFILES= chasen-${CHASEN_VERSION}-nmz.diff
+PATCHFILES= chasen-2.3.3.20030821.patch \
+ chasen-2.3.3.20030822.patch \
+ chasen-2.3.3.20031024.patch
PATCH_SITES= ${MASTER_SITES}
-PATCH_DIST_STRIP= -p1
+#PATCH_DIST_STRIP= -p1
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://chasen.aist-nara.ac.jp/
COMMENT= ChaSen, Japanese Morphological Analysis System
GNU_CONFIGURE= yes
+USE_LANGUAGE= c c++
USE_LIBTOOL= yes
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
@@ -23,4 +26,5 @@ OWN_DIRS= ${CHASEN_DICDIR}
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../chasen/Makefile.common"
+.include "../../textproc/darts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"