- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
21 lines
431 B
Makefile
21 lines
431 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
|
|
OPTIONS_DEFAULT= IBASE
|
|
|
|
IBASE_USES= firebird
|
|
|
|
.include "${MASTERDIR}/Makefile"
|