summaryrefslogtreecommitdiff
path: root/x11/florence/Makefile
blob: dbcdc03cf2425391c31b448af976db6f0e666598 (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
36
# 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=	1
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
USE_GETTEXT=	yes
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
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

.include <bsd.port.mk>