1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/libgda4-postgresql/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

24 lines
600 B
Makefile

# New ports collection makefile for: libgda2
# Date created: 02 June 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.1 2008/08/18 23:53:36 kwm Exp $
#
PORTREVISION?= 1
CATEGORIES= databases gnome
PKGNAMESUFFIX?= -postgresql
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides postgresql access for the libgda4 library
MASTERDIR= ${.CURDIR}/../libgda4
BUILD_WRKSRC= ${WRKSRC}/providers/postgres/
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
LIBGDA4_SLAVE= postgresql
.include "${MASTERDIR}/Makefile"