mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ddcd8cc3a4
PR: ports/168137 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
28 lines
623 B
Makefile
28 lines
623 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.1.0
|
|
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
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf:env
|
|
PLIST_FILES= bin/my2cego
|
|
|
|
.include <bsd.port.mk>
|