mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
67fdeb4765
Approved by: culot (mentor)
26 lines
577 B
Makefile
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>
|