openbsd-ports/textproc/clucene/Makefile

33 lines
745 B
Makefile
Raw Normal View History

2012-10-09 12:23:15 -04:00
# $OpenBSD: Makefile,v 1.8 2012/10/09 16:23:15 robert Exp $
2006-12-23 09:10:13 -05:00
2008-10-28 12:20:57 -04:00
COMMENT = full-text search engine library
CATEGORIES = textproc
2012-08-30 14:41:09 -04:00
DISTNAME = clucene-core-2.3.3.4
2006-12-23 09:10:13 -05:00
2012-10-09 12:23:15 -04:00
REVISION = 0
2008-10-28 12:20:57 -04:00
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=clucene/}
2006-12-23 09:10:13 -05:00
2008-10-28 12:20:57 -04:00
HOMEPAGE = http://clucene.sourceforge.net/
2006-12-23 09:10:13 -05:00
2012-08-30 14:41:09 -04:00
SHARED_LIBS += clucene-contribs-lib 0.0 # 2.3
SHARED_LIBS += clucene-core 0.0 # 2.3
SHARED_LIBS += clucene-shared 0.0 # 2.3
2006-12-23 09:10:13 -05:00
2012-08-30 14:41:09 -04:00
# LGPL or Apache License 2.0
2008-10-28 12:20:57 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2006-12-23 09:10:13 -05:00
2012-08-30 14:41:09 -04:00
WANTLIB += m pthread stdc++ z
MODULES= devel/cmake
BUILD_DEPENDS= devel/boost
CONFIGURE_ARGS= -DCMAKE_BUILD_TYPE=Release \
-DBUILD_CONTRIBS_LIB:BOOL=ON
2006-12-23 09:10:13 -05:00
.include <bsd.port.mk>