openbsd-ports/textproc/clucene/Makefile

25 lines
604 B
Makefile
Raw Normal View History

2010-09-24 14:40:44 -04:00
# $OpenBSD: Makefile,v 1.5 2010/09/24 18:40:44 steven 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
REVISION = 0
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
# 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>