View | Details | Raw Unified | Return to bug 180113
Collapse All | Expand All

(-)./Makefile (-10 / +7 lines)
Lines 4-10 Link Here
4
PORTNAME=	florence
4
PORTNAME=	florence
5
PORTVERSION=	0.6.0
5
PORTVERSION=	0.6.0
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
MASTER_SITES=	SF/florence/florence/${PORTVERSION}
7
MASTER_SITES=	SF/florence/florence/${PORTVERSION}/
8
8
9
MAINTAINER=	nemysis@gmx.ch
9
MAINTAINER=	nemysis@gmx.ch
10
COMMENT=	Extensible scalable virtual keyboard
10
COMMENT=	Extensible scalable virtual keyboard
Lines 14-22 Link Here
14
14
15
LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
15
LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
16
BUILD_DEPENDS=	${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
16
BUILD_DEPENDS=	${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
18
18
USE_BZIP2=	yes
19
USE_BZIP2=	yes
19
USES=		desktop-file-utils gettext iconv pathfix
20
USES=		desktop-file-utils iconv pathfix
20
USE_XORG=	xtst xext
21
USE_XORG=	xtst xext
21
USE_GNOME=	gtk30 cairo intlhack gnomedocutils librsvg2
22
USE_GNOME=	gtk30 cairo intlhack gnomedocutils librsvg2
22
USE_GSTREAMER=	yes
23
USE_GSTREAMER=	yes
Lines 31-46 Link Here
31
32
32
PORTDOCS=	AUTHORS ChangeLog NEWS README
33
PORTDOCS=	AUTHORS ChangeLog NEWS README
33
34
34
OPTIONS_DEFINE=	NLS
35
OPTIONS_DEFINE=	DOCS NLS
36
OPTIONS_SUB=	yes
35
37
36
.include <bsd.port.options.mk>
38
NLS_USES=	gettext
37
39
38
.if ${PORT_OPTIONS:MNLS}
40
.include <bsd.port.options.mk>
39
USES+=		gettext
40
PLIST_SUB+=	NLS=""
41
.else
42
PLIST_SUB+=	NLS="@comment "
43
.endif
44
41
45
post-patch:
42
post-patch:
46
	@${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \
43
	@${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \

Return to bug 180113