openbsd-ports/textproc/hyperestraier/Makefile

29 lines
607 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:42:41 espie Exp $
COMMENT= high performance full-text search system
DISTNAME= hyperestraier-1.4.13
REVISION= 5
CATEGORIES= textproc
SHARED_LIBS= estraier 8.38
HOMEPAGE= http://fallabs.com/hyperestraier/index.html
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
2010-11-22 05:16:08 -05:00
WANTLIB= c m pthread z qdbm>=14.11
MODULES= converters/libiconv
2010-11-20 14:56:47 -05:00
LIB_DEPENDS= databases/qdbm
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>