- remove zemberek support which we don't provide in ports
This commit is contained in:
parent
62e5afbda7
commit
af633330a3
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/11/24 18:43:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/11/29 09:29:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= generic spell checking library/wrapper
|
||||
|
||||
V= 1.4.2
|
||||
DISTNAME= enchant-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= enchant 5.1 # .5.2
|
||||
CATEGORIES= textproc
|
||||
|
||||
@ -19,25 +20,23 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.abisource.com/downloads/enchant/${V}/
|
||||
|
||||
WANTLIB= c m dbus-1 glib-2.0 gmodule-2.0 gobject-2.0 pcre stdc++ pthread
|
||||
WANTLIB= c m glib-2.0 gmodule-2.0 pcre stdc++
|
||||
|
||||
LIB_DEPENDS= aspell.>=16::textproc/aspell/core \
|
||||
dbus-glib-1.>=3::x11/dbus-glib
|
||||
glib-2.0,gmodule-2.0::devel/glib2
|
||||
|
||||
MODULES= devel/gettext
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
# XXX we need -pthread because of some dbus linking issue:
|
||||
# undefined symbol: 'pthread_cond_signal' ...
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm -pthread"
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--enable-aspell \
|
||||
--with-aspell-prefix=${LOCALBASE} \
|
||||
--enable-ispell \
|
||||
--with-ispell-dir=${LOCALBASE}/lib/ispell/ \
|
||||
--enable-zemberek \
|
||||
--disable-zemberek \
|
||||
--disable-myspell \
|
||||
--disable-voikko \
|
||||
--disable-uspell \
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2008/04/14 08:12:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2008/11/29 09:29:11 ajacoutot Exp $
|
||||
lib/enchant/libenchant_aspell.so
|
||||
lib/enchant/libenchant_ispell.so
|
||||
lib/enchant/libenchant_zemberek.so
|
||||
@lib lib/libenchant.so.${LIBenchant_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/11/13 17:08:18 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/11/29 09:29:11 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/enchant
|
||||
@bin bin/enchant-lsmod
|
||||
@ -11,8 +11,6 @@ lib/enchant/libenchant_aspell.a
|
||||
lib/enchant/libenchant_aspell.la
|
||||
lib/enchant/libenchant_ispell.a
|
||||
lib/enchant/libenchant_ispell.la
|
||||
lib/enchant/libenchant_zemberek.a
|
||||
lib/enchant/libenchant_zemberek.la
|
||||
lib/libenchant.a
|
||||
lib/libenchant.la
|
||||
lib/pkgconfig/
|
||||
|
Loading…
x
Reference in New Issue
Block a user