mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4ca1f77d7a
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
IBASE_USES= firebird
|
|
|
|
.include "${MASTERDIR}/Makefile"
|