mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
31 lines
794 B
Makefile
31 lines
794 B
Makefile
# New ports collection makefile for: mysqlbigram
|
|
# Date created: 2007-07-25
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mysqlbigram
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://mysqlbigram.googlepages.com/
|
|
DISTFILES= bi_gram-src-${PORTVERSION}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Simple N-Gram (bi-gram) FULLTEXT parser plugin for MySQL 5.1+
|
|
|
|
BROKEN= does not compile
|
|
DEPRECATED= has been broken for more than 6 months
|
|
EXPIRATION_DATE=2009-01-19
|
|
|
|
CFLAGS+= -I"${LOCALBASE}/include" -I"${LOCALBASE}/include/mysql"
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
GNU_CONFIGURE= yes
|
|
IGNORE_WITH_MYSQL= 323 40 41 50
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_MYSQL= yes
|
|
WANT_MYSQL_VER?= 51
|
|
WRKSRC= ${WRKDIR}/bi_gram
|
|
|
|
.include <bsd.port.mk>
|