aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql83-server/Makefile
blob: 75ecd1b53702fa6c14b528f9326160db5f78cd55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    PostgreSQL
# Date created:     November 13, 1998
# Whom:         Marc G. Fournier <scrappy@FreeBSD.org>
#
# $FreeBSD$
#

DISTVERSION?=   8.3.20
PORTREVISION?=  0
PKGNAMESUFFIX?= -server

MAINTAINER?=    pgsql@FreeBSD.org

CONFIGURE_ARGS+=--with-docdir=${DOCSDIR}

ICU_PATCHFILE=  pg-8311-icu-xx-2010-05-14.diff.gz
BUILD_DIRS?=    src/port src/timezone src/backend \
        src/backend/utils/mb/conversion_procs src/backend/snowball \
        src/bin/initdb src/bin/ipcclean src/bin/pg_ctl \
        src/bin/pg_controldata src/bin/pg_resetxlog src/pl

.if defined(CLIENT_ONLY)
MAN1=       ipcclean.1
MAN7=       alter_operator_family.7 alter_text_search_configuration.7 \
        alter_text_search_dictionary.7 alter_text_search_parser.7 \
        alter_text_search_template.7 alter_view.7         \
        create_operator_family.7 discard.7 drop_operator_family.7 \
        create_text_search_configuration.7            \
        create_text_search_dictionary.7               \
        create_text_search_parser.7               \
        create_text_search_template.7                 \
        drop_text_search_configuration.7              \
        drop_text_search_dictionary.7                 \
        drop_text_search_parser.7                 \
        drop_text_search_template.7
.endif

.if !defined(NO_BUILD)
pre-build:
    @ cd ${WRKSRC}/src/backend ;\
        ${GMAKE} ../../src/include/parser/parse.h \
             ../../src/include/utils/fmgroids.h
.endif

.include "${.CURDIR}/../postgresql84-server/Makefile"