Tweak x11-wm/e17-module-everything-mpris version 20130510
[dports.git] / x11-wm / e17-module-everything-mpris / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       everything-mpris
5 PORTVERSION=    20130510
6 CATEGORIES=     x11-wm enlightenment
7 MASTER_SITES=   LOCAL/gblach/e17/modules/
8 PKGNAMEPREFIX=  e17-module-
9
10 MAINTAINER=     gblach@FreeBSD.org
11 COMMENT=        An e17 frontend module for mediaplayers that support mpris
12
13 BUILD_DEPENDS=  enlightenment:${PORTSDIR}/x11-wm/enlightenment
14 RUN_DEPENDS=    enlightenment:${PORTSDIR}/x11-wm/enlightenment
15
16 DIST_SUBDIR=    e17
17 GNU_CONFIGURE=  yes
18 USES=           gmake pkgconfig tar:bzip2
19 USE_EFL=        edje libtool_hack modarch_hack
20
21 OPTIONS_DEFINE= NLS
22
23 .include <bsd.port.options.mk>
24
25 .if ${PORT_OPTIONS:MNLS}
26 USES+=          gettext
27 CONFIGURE_ARGS+=--enable-nls
28 PLIST_SUB+=     NLS=""
29 .else
30 CONFIGURE_ARGS+=--disable-nls
31 PLIST_SUB+=     NLS="@comment "
32 .endif
33
34 .include <bsd.port.mk>