opnsense-ports/databases/cegobridge/Makefile
Franco Fichtner 0b5e490f42 */*: sync with upstream
Taken from: HardenedBSD
2018-03-01 17:40:23 +01:00

22 lines
468 B
Makefile

# $FreeBSD$
PORTNAME= cegobridge
PORTVERSION= 1.4.0
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
LICENSE= GPLv3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
PLIST_FILES= bin/cegobridge
.include <bsd.port.mk>