17 lines
356 B
Makefile
17 lines
356 B
Makefile
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"
|