mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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"
|