opnsense-ports/databases/fpc-postgres/Makefile
Franco Fichtner 2a4274d9ae */*: sync with upstream
Taken from: FreeBSD
2022-02-03 07:56:53 +01:00

19 lines
395 B
Makefile

# Created by: John Merryweather Cooper et al
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
PGSQL_USES= pgsql
.include "${MASTERDIR}/Makefile"