mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -mysql
|
|
|
|
COMMENT= Free Pascal interface to MySQL
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= MYSQL
|
|
MYSQL_DESC= Install MySQL client
|
|
OPTIONS_DEFAULT= MYSQL
|
|
|
|
MYSQL_USE= MYSQL=yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|