27 lines
709 B
Makefile
27 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.37 2012/10/25 06:55:49 asau Exp $
|
|
#
|
|
|
|
DISTNAME= enchant-1.6.0
|
|
PKGREVISION= 5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.abisource.com/downloads/enchant/1.6.0/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.abisource.com/projects/enchant/
|
|
COMMENT= Generic spell checking library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= pkg-config autoconf
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= enchant.pc.in
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS.SunOS+= -D__EXTENSIONS__
|
|
|
|
CONFIGURE_ARGS+= --with-myspell-dir=${BUILDLINK_PREFIX.hunspell}/share/hunspell
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|