mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c0b7145df2
- Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -ibase
|
|
|
|
COMMENT= Free Pascal interface to interbase
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= IBASE
|
|
IBASE_DESC= Install Interbase/Firebird client
|
|
OPTIONS_DEFAULT= IBASE
|
|
|
|
IBASE_USES= firebird
|
|
|
|
.include "${MASTERDIR}/Makefile"
|