1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/databases/my2cego/Makefile
Beech Rintoul 08057ec7e5 -Restore maintainership to submitter
PR:		ports/157030
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by:	itetcu (mentor)(implicit)
2011-05-14 21:27:28 +00:00

28 lines
642 B
Makefile

# New ports collection makefile for: my2cego
# Date created: Aug 18, 2010
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
#
# $FreeBSD$
PORTNAME= my2cego
PORTVERSION= 1.0.2
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Imports mysqldump files into cego
LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \
lfcxml.1:${PORTSDIR}/devel/lfcxml \
cego.1:${PORTSDIR}/databases/cego
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:env
PLIST_FILES= bin/my2cego
.include <bsd.port.mk>