openbsd-ports/textproc/clucene/Makefile

23 lines
538 B
Makefile
Raw Normal View History

2008-10-28 12:20:57 -04:00
# $OpenBSD: Makefile,v 1.2 2008/10/28 16:20:57 espie 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
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 1.0 # .0.0
2006-12-23 09:10:13 -05:00
2008-10-28 12:20:57 -04:00
CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
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>