summaryrefslogtreecommitdiffstats
path: root/databases/mysql-xql/Makefile
blob: 71ca31fcce8d9e2131830b5a05ab6cf72c05108a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Mina R Waheeb <syncer@gmail.com>
# $FreeBSD$

PORTNAME=	mysql-xql
PORTVERSION=	1.0.0
PORTREVISION=	3
CATEGORIES=	databases
MASTER_SITES=	http://www.mysqludf.org/lib_mysqludf_xql/
DISTNAME=	lib_mysqludf_xql-${PORTVERSION}

MAINTAINER=	syncer@gmail.com
COMMENT=	Library provides XML output functions to MySQL server

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static
INSTALL_TARGET=	install-strip
USES=		gmake libtool
USE_GNOME=	libxml2
USE_MYSQL=	yes
USE_LDCONFIG=	yes

PLIST_FILES=	lib/mysql/plugin/lib_mysqludf_xql.so
PLIST_DIRSTRY=	lib/mysql/plugin

.include <bsd.port.mk>
OpenPOWER on IntegriCloud