mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# Created by: John Merryweather Cooper et al
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -postgres
|
|
|
|
COMMENT= Free Pascal interface to PostGreSQL
|
|
|
|
USE_FPC= yes
|
|
|
|
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"
|