forked from Lainports/freebsd-ports
- Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: John Merryweather Cooper et al
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -postgres
|
|
|
|
COMMENT= Free Pascal interface to PostGreSQL
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= PGSQL
|
|
PGSQL_DESC= Install PostgreSQL client
|
|
OPTIONS_DEFAULT= PGSQL
|
|
|
|
PGSQL_USES= pgsql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|