1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/my2cego/Makefile
Kurt Jaeger 67fdeb4765 databases/my2cego: switch to my FreeBSD account email
Approved by:    culot (mentor)
2014-05-09 05:16:24 +00:00

26 lines
577 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= my2cego
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Imports mysqldump files into cego
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
liblfcxml.so:${PORTSDIR}/devel/lfcxml \
libcego.so:${PORTSDIR}/databases/cego
LICENSE= GPLv3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:env
PLIST_FILES= bin/my2cego
.include <bsd.port.mk>