freebsd-ports/databases/cegobridge/Makefile
Björn Lemke 49c4713f9c databases/cegobridge: 1.6.3 -> 1.6.4
Fixes for new dateformat function ( cego-2.48.13 and up )
and more sophisticated database procedure use ( select in procedure )
2023-01-26 19:58:34 +01:00

24 lines
504 B
Makefile

PORTNAME= cegobridge
PORTVERSION= 1.6.4
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Imports non-cego database dump files into cego
WWW= https://www.lemke-it.com/
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>