freebsd-ports/databases/fpc-ibase/Makefile
Jose Alonso Cardenas Marquez 34196d10e5 - Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
/etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
  %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
  variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
  when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Submitted by:	fbsdbugs4 __at__ sentry.org
2019-12-31 15:11:18 +00:00

22 lines
447 B
Makefile

# Created by: John Merryweather Cooper
# $FreeBSD$
PORTREVISION= 4
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"