mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
82ac7a6add
- lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3
23 lines
427 B
Makefile
23 lines
427 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
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_USES= mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|