mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Add USES=libtool and INSTALL_TARGET=install-strip
- Disable static plugin
This commit is contained in:
parent
df197cdcb2
commit
86b993c1f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366671
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mysql-xql
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.mysqludf.org/lib_mysqludf_xql/
|
||||
DISTNAME= lib_mysqludf_xql-${PORTVERSION}
|
||||
@ -11,17 +11,15 @@ DISTNAME= lib_mysqludf_xql-${PORTVERSION}
|
||||
MAINTAINER= syncer@gmail.com
|
||||
COMMENT= Library provides XML output functions to MySQL server
|
||||
|
||||
USE_GNOME= libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
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.a \
|
||||
lib/mysql/plugin/lib_mysqludf_xql.la \
|
||||
lib/mysql/plugin/lib_mysqludf_xql.so
|
||||
|
||||
PLIST_DIRS= lib/mysql/plugin
|
||||
PLIST_FILES= lib/mysql/plugin/lib_mysqludf_xql.so
|
||||
PLIST_DIRSTRY= lib/mysql/plugin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user