c930ca58dd
* Fix build with RISC-V [1] PR: 256618 [1] Submitted by: Robert Clausecker [1]
12 lines
275 B
Makefile
12 lines
275 B
Makefile
# Created by: Bernard Spil <brnrd@FreeBSD.org>
|
|
|
|
PORTNAME= mariadb
|
|
PKGNAMESUFFIX= 105-client
|
|
|
|
COMMENT= Multithreaded SQL database (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX:C/-client/-server/}
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|