aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-core10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/xapian-core10/Makefile')
-rw-r--r--databases/xapian-core10/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile
deleted file mode 100644
index 6a1763e5e567..000000000000
--- a/databases/xapian-core10/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: xapian-core
-# Date created: 5 November 2005
-# Whom: J.F. Dockes
-#
-# $FreeBSD$
-#
-
-PORTNAME= xapian-core
-PORTVERSION= 0.9.10
-CATEGORIES= databases
-MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= miwi
-
-MAINTAINER= jean-francois.dockes@wanadoo.fr
-COMMENT= A probabilistic text search database engine
-
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-MAN1= quartzcheck.1 quartzcompact.1 quartzdump.1 xapian-compact.1 \
- xapian-config.1 xapian-progsrv.1 xapian-tcpsrv.1
-
-post-install:
-.for file in delve quest copydatabase
- ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
-.endfor
-.ifdef(NOPORTDOCS)
- ${RM} -rf ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>