21 lines
563 B
Makefile
21 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/02/23 02:08:29 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= enchant-1.1.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.abisource.com/enchant/
|
|
COMMENT= Generic spell checking library
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= enchant.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|