opnsense-ports/databases/mysql-xql/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

24 lines
559 B
Makefile

# 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
.include <bsd.port.mk>