openbsd-ports/textproc/clucene/Makefile
2008-10-28 16:20:57 +00:00

23 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/10/28 16:20:57 espie Exp $
COMMENT = full-text search engine library
CATEGORIES = textproc
DISTNAME = clucene-core-0.9.21b
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=clucene/}
HOMEPAGE = http://clucene.sourceforge.net/
SHARED_LIBS += clucene 1.0 # .0.0
CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
# LGPL/Apache
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>