openbsd-ports/textproc/enchant/Makefile
2013-03-21 08:45:11 +00:00

54 lines
1.2 KiB
Makefile
Executable File

# $OpenBSD: Makefile,v 1.19 2013/03/21 08:48:54 ajacoutot Exp $
COMMENT= generic spell checking library/wrapper
V= 1.6.0
DISTNAME= enchant-${V}
REVISION= 1
SHARED_LIBS= enchant 6.1 # .7.0
CATEGORIES= textproc
HOMEPAGE= http://www.abisource.com/projects/enchant/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://www.abisource.com/downloads/enchant/${V}/
WANTLIB= c m pcre stdc++ aspell>=16 glib-2.0 gmodule-2.0 pthread
LIB_DEPENDS= textproc/aspell/core \
devel/glib2
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= x11/dbus-glib
MODULES= devel/gettext
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-aspell \
--with-aspell-prefix=${LOCALBASE} \
--enable-ispell \
--with-ispell-dir=${LOCALBASE}/lib/ispell/ \
--disable-zemberek \
--disable-myspell \
--disable-voikko \
--disable-uspell \
--disable-hspell
MAKE_FLAGS= CXX_WARN_CFLAGS=""
pre-configure:
@perl -pi -e 's,MKDIRPROG-mkdir,MKDIRPROG-mkdir -p,g' \
${WRKSRC}/install-sh
@perl -pi -e 's,\$$\(datadir\),${LOCALBASE}/share,g' \
${WRKSRC}/doc/enchant.1
.include <bsd.port.mk>