mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
24 lines
479 B
Makefile
24 lines
479 B
Makefile
# Created by: John Merryweather Cooper et al
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -postgres
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
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_USE= PGSQL=yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|