38cbe5cc9e
Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -ibase
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to interbase
|
|
|
|
USE_FPC= yes
|
|
|
|
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"
|