aboutsummaryrefslogtreecommitdiffstats
path: root/x11/florence/Makefile
blob: 08762e3b7ba9d4a77f02c206041bfe8d604afbcb (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
34
35
# New ports collection makefile for:   Florence
# Date created:                2011/07/26
# Whom:                        Kris Moore <kmoore@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   florence
PORTVERSION=    0.5.0
PORTREVISION=   2
CATEGORIES= x11
MASTER_SITES=   SF/florence/florence/${PORTVERSION}

MAINTAINER= kmoore@FreeBSD.org
COMMENT=    Florence OnScreen Keyboard

LIB_DEPENDS=    notify.4:${PORTSDIR}/devel/libnotify \
        cspi.10:${PORTSDIR}/accessibility/at-spi

USE_XORG=   xtst
USE_GNOME=  gtk20 intlhack gnomedocutils gconf2 librsvg2 gnomepanel

USE_BZIP2=  yes
USES=       gettext
USE_GMAKE=  yes
USE_ICONV=  yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
INSTALLS_OMF=   yes
GCONF_SCHEMAS=  florence.schemas

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>