summaryrefslogtreecommitdiffstats
path: root/databases/libgda5-ui/Makefile
blob: 7399c059e2db68c26c4934267629395b1829b434 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTREVISION=   1
CATEGORIES= databases gnome
PKGNAMESUFFIX=  5-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"