summaryrefslogtreecommitdiff
path: root/inputmethod/libtabe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/libtabe/Makefile')
-rw-r--r--inputmethod/libtabe/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile
index 8b753a503a0..514d606aff1 100644
--- a/inputmethod/libtabe/Makefile
+++ b/inputmethod/libtabe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/25 19:22:59 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/23 03:00:01 jlam Exp $
#
DISTNAME= libtabe-0.2.5
@@ -9,17 +9,16 @@ MAINTAINER= rxg@netbsd.org
HOMEPAGE= http://libtabe.sourceforge.net/
COMMENT= library for Chinese language processing
-USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/script/ltmain.sh
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-db-inc=${LOCALBASE}/include/db3 \
- --with-db-lib=${LOCALBASE}/lib
+USE_BUILDLINK2= # defined
+USE_X11= # defined
+USE_LIBTOOL= # defined
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-WRKSRC= ${WRKDIR}/libtabe
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3
+CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib
-post-configure:
- # this pkg generates libtool script from configure file
- cd ${WRKSRC} && script/ltmain.sh
+WRKSRC= ${WRKDIR}/libtabe
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tabe
@@ -29,5 +28,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tsi-src/README \
${PREFIX}/share/doc/tabe/README.tsi
-.include "../../databases/db3/buildlink.mk"
+.include "../../databases/db3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"