pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xapian-omega Use xapian/Makefile.common.
details: https://anonhg.NetBSD.org/pkgsrc/rev/019c4f683e66
branches: trunk
changeset: 365094:019c4f683e66
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jul 10 17:43:25 2017 +0000
description:
Use xapian/Makefile.common.
diffstat:
textproc/xapian-omega/Makefile | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
diffs (37 lines):
diff -r e1b00ae6a30f -r 019c4f683e66 textproc/xapian-omega/Makefile
--- a/textproc/xapian-omega/Makefile Mon Jul 10 17:39:13 2017 +0000
+++ b/textproc/xapian-omega/Makefile Mon Jul 10 17:43:25 2017 +0000
@@ -1,20 +1,13 @@
-# $NetBSD: Makefile,v 1.35 2017/07/09 22:27:47 schmonz Exp $
+# $NetBSD: Makefile,v 1.36 2017/07/10 17:43:25 schmonz Exp $
+
+.include "../../textproc/xapian/Makefile.common"
DISTNAME= xapian-omega-${VERSION}
-VERSION= 1.4.4
-CATEGORIES= textproc
-MASTER_SITES= http://oligarchy.co.uk/xapian/${VERSION}/
-EXTRACT_SUFX= .tar.xz
-MAINTAINER= schmonz%NetBSD.org@localhost
HOMEPAGE= http://xapian.org/docs/omega/overview.html
COMMENT= Search engine application for websites using Xapian
-LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++11
USE_TOOLS+= perl:run
TEST_TARGET= check
@@ -43,8 +36,7 @@
BUILD_DEFS+= VARBASE
+.include "../../devel/pcre/buildlink3.mk"
.include "../../sysutils/file/buildlink3.mk"
.include "../../textproc/xapian/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index