freebsd-ports/databases/fpc-oracle/Makefile
John Marino d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00

23 lines
571 B
Makefile

# Created by: John Merryweather Cooper et al
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= databases lang
PKGNAMESUFFIX= -oracle
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to Oracle
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= ORACLE
ORACLE_DESC= Install oracle client
ORACLE8_LIB= ${LOCALBASE}/oracle8-client/rdbms/lib
ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:${PORTSDIR}/databases/oracle8-client
.include "${MASTERDIR}/Makefile"