aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-xql/Makefile
blob: 095cc3f5d2a10003419650df461044b7b9d88fd5 (plain) (blame)
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
26
27
28
29
30
31
32
# New ports collection makefile for:	mysql-xql
# Date created:		Mon Dec 28 2009
# Whom:			Mina R Waheeb <syncer@gmail.com>
#
# $FreeBSD$

PORTNAME=	mysql-xql
PORTVERSION=	1.0.0
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

USE_GNOME=	libxml2
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_MYSQL=	yes
USE_LDCONFIG=	yes

PLIST_FILES=	\
	lib/mysql/plugin/lib_mysqludf_xql.a \
	lib/mysql/plugin/lib_mysqludf_xql.la \
	lib/mysql/plugin/lib_mysqludf_xql.so

PLIST_DIRS=	lib/mysql/plugin

post-install:
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>