freebsd-ports/databases/cegobridge/Makefile
Kurt Jaeger f6bb8f7d3f databases/cegobridge: upgrade 1.5.2 -> 1.5.3
- MySQL SET lines are no longer parsed, the scanner ignores these lines now

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-09-21 05:58:41 +00:00

24 lines
485 B
Makefile

# $FreeBSD$
PORTNAME= cegobridge
PORTVERSION= 1.5.3
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Imports non-cego database dump files into cego
LIB_DEPENDS= liblfcbase.so:devel/lfcbase \
liblfcxml.so:devel/lfcxml \
libcego.so:databases/cego
USES= readline
LICENSE= GPLv3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
PLIST_FILES= bin/cegobridge
.include <bsd.port.mk>