e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
22 lines
535 B
Makefile
22 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/08/25 18:40:07 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= pspell-.12.2
|
|
PKGNAME= lib${DISTNAME:S/-./-0./}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pspell/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://pspell.sourceforge.net/
|
|
COMMENT= generic interface to spell checker libraries
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/pspell
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|