freebsd-ports/databases/cegobridge/Makefile
Björn Lemke 8510bc99b7 databases/cegobridge: 1.6.1 -> 1.6.2
- better MySQL grammar support, escape character handling for
  several special characters ( \\, \n,\t etc )
2022-01-03 10:12:01 +01:00

22 lines
472 B
Makefile

PORTNAME= cegobridge
PORTVERSION= 1.6.2
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>