diff options
Diffstat (limited to 'textproc/xapian/Makefile')
-rw-r--r-- | textproc/xapian/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile index 868f0ab4563..38e2a4dbd82 100644 --- a/textproc/xapian/Makefile +++ b/textproc/xapian/Makefile @@ -1,19 +1,22 @@ -# $NetBSD: Makefile,v 1.4 2009/01/21 06:42:32 dsainty Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/20 22:25:12 schmonz Exp $ # -DISTNAME= xapian-core-1.0.10 +DISTNAME= xapian-core-1.0.12 PKGNAME= ${DISTNAME:S/-core//} CATEGORIES= textproc -MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.10/ +MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.12/ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://xapian.org/ COMMENT= Search engine based on Probabilistic Information Retrieval +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +TEST_TARGET= check + PKG_OPTIONS_VAR= PKG_OPTIONS.xapian PKG_SUPPORTED_OPTIONS= xapian-flint-backend xapian-quartz-backend PKG_SUGGESTED_OPTIONS= xapian-flint-backend xapian-quartz-backend |