diff options
Diffstat (limited to 'textproc/libpspell/Makefile')
-rw-r--r-- | textproc/libpspell/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/libpspell/Makefile b/textproc/libpspell/Makefile new file mode 100644 index 00000000000..7c1d3d04bb2 --- /dev/null +++ b/textproc/libpspell/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/22 09:30:43 rh Exp $ +# + +DISTNAME= pspell-.11.2 +PKGNAME= lib${DISTNAME:S/-./-0./} +CATEGORIES= textproc devel +MASTER_SITES= http://download.sourceforge.net/pspell/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://pspell.sourceforge.net/ + +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" |