blob: 141186e4fc5e2e07ce15c140f8eaaa0c85fbc544 (
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
|
# New ports collection makefile for: libgda2
# Date created: 02 June 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
#
PORTREVISION?= 0
CATEGORIES= databases gnome
PKGNAMESUFFIX?= -postgresql
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides postgresql access for the libgda3 library
MASTERDIR= ${.CURDIR}/../libgda3
BUILD_WRKSRC= ${WRKSRC}/providers/postgres/
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
LIBGDA3_SLAVE= postgresql
USE_GNOME+= libgda3
.include "${MASTERDIR}/Makefile"
|