summaryrefslogtreecommitdiffstats
path: root/databases/libgda5-ui/Makefile
blob: d3e04174067e080ed49ef9086961ed9fe443fafd (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
# New ports collection makefile for:    libgda2
# Date created:             02 June 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/databases/libgda5-ui/Makefile,v 1.2 2011/06/11 19:51:11 mezz Exp $
#

PORTREVISION?=  1
CATEGORIES= databases gnome
PKGNAMESUFFIX?= -ui

MAINTAINER= gnome@FreeBSD.org
COMMENT=    The libgda 5 ui library

MASTERDIR=  ${.CURDIR}/../libgda5
PLIST=      ${.CURDIR}/pkg-plist

CONFLICTS=  libgda4-4.*

LIBGDA5_SLAVE=  ui

do-build:
    @cd ${WRKSRC}/libgda-ui && ${GMAKE}
    @cd ${WRKSRC}/control-center && ${GMAKE}
    @cd ${WRKSRC}/tools/browser && ${GMAKE}

do-install:
    @cd ${WRKSRC}/libgda-ui && ${GMAKE} install
    @cd ${WRKSRC}/control-center && ${GMAKE} install
    @cd ${WRKSRC}/tools/browser && ${GMAKE} install

.include "${MASTERDIR}/Makefile"