freebsd-ports/databases/fpc-ibase/Makefile
Mathieu Arnold 38cbe5cc9e Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
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
2016-04-25 16:14:02 +00:00

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"