aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb104-client/Makefile
blob: 1e60b7fb5473289b5581251b5f8dee354233fe9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Bernard Spil <brnrd@FreeBSD.org>
# $FreeBSD$

PORTNAME=	mariadb
PKGNAMESUFFIX=	104-client

COMMENT=	Multithreaded SQL database (client)

BROKEN_i386=	compile error: undeclared identifier 'my_atomic_add32'

MASTERDIR=	${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX:C/-client/-server/}

FILESDIR=	${.CURDIR}/files
PATCHDIR=	${.CURDIR}/files
PLIST=		${.CURDIR}/pkg-plist

CONFLICTS_INSTALL=	databases/mytop

.include "${MASTERDIR}/Makefile"