forked from Lainports/freebsd-ports
- 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
22 lines
427 B
Makefile
22 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"
|