openbsd-ports/textproc/clucene/Makefile

27 lines
625 B
Makefile
Raw Normal View History

2011-11-03 16:13:20 -04:00
# $OpenBSD: Makefile,v 1.6 2011/11/03 20:13:20 jasper 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
DISTNAME = clucene-core-0.9.21b
2011-11-03 16:13:20 -04:00
REVISION = 1
2006-12-23 09:10:13 -05:00
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/
SHARED_LIBS += clucene-0.9.21b 1.0 # .0.0
2008-10-28 12:20:57 -04:00
SHARED_LIBS += clucene 1.0 # .0.0
2006-12-23 09:10:13 -05:00
2008-10-28 12:20:57 -04:00
CONFIGURE_STYLE = gnu
2010-09-24 14:40:44 -04:00
USE_LIBTOOL = Yes
2008-10-28 12:20:57 -04:00
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
2006-12-23 09:10:13 -05:00
2011-11-03 16:13:20 -04:00
WANTLIB+= m stdc++
2006-12-23 09:10:13 -05:00
# LGPL/Apache
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
.include <bsd.port.mk>