blob: f5098c44573770ae50751a808c70ca4ed7bdff9c (
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
26
|
# $FreeBSD$
PORTNAME= mariadb
PKGNAMESUFFIX= 100-client
COMMENT= Multithreaded SQL database (client)
LICENSE+= LGPL21
MASTERDIR= ${.CURDIR}/../mariadb100-server
FILESDIR= ${.CURDIR}/files
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
CMAKE_ARGS+= -DWITHOUT_SERVER=1
USE_LDCONFIG= ${PREFIX}/lib/mysql
CLIENT_ONLY= yes
post-stage:
${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4
${RM} -rf ${STAGEDIR}${PREFIX}/include/mysql/private
.include "${MASTERDIR}/Makefile"
|