blob: e38cefa75a5edaebd78a6f9be6b9e321c6e97ae7 (
plain) (
tree)
|
|
# 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?= -mysql
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides mysql backend for the libgda3 library
MASTERDIR= ${.CURDIR}/../libgda4
BUILD_WRKSRC= ${WRKSRC}/providers/mysql/
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
LIBGDA4_SLAVE= mysql
.include "${MASTERDIR}/Makefile"
|