1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/databases/fpc-ibase/Makefile
2020-11-25 02:57:50 +00:00

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"