summaryrefslogtreecommitdiff
path: root/inputmethod/libtabe
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-23 03:00:01 +0000
committerjlam <jlam>2002-09-23 03:00:01 +0000
commitdab4adfdc8326a226bd0cb84457acee8d365b97b (patch)
tree61a5d8d537124805cb946de905baa5546c801334 /inputmethod/libtabe
parent07b0d914a44b209dbf8113f7eb60061b457e5667 (diff)
downloadpkgsrc-dab4adfdc8326a226bd0cb84457acee8d365b97b.tar.gz
buildlink1 -> buildlink2, and note that this package requires X11 to build.
Diffstat (limited to 'inputmethod/libtabe')
-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"