Import x11-wm/e17-module-everything-pidgin version 20120918
[dports.git] / x11-wm / e17-module-everything-pidgin / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD: x11-wm/e17-module-everything-pidgin/Makefile 316464 2013-04-24 18:10:30Z ak $
3
4 PORTNAME=       everything-pidgin
5 PORTVERSION=    20120918
6 CATEGORIES=     x11-wm enlightenment
7 MASTER_SITES=   http://files.roorback.net/e17/modules/
8 PKGNAMEPREFIX=  e17-module-
9
10 MAINTAINER=     gblach@FreeBSD.org
11 COMMENT=        An e17 pidgin plugin for the "everything" module
12
13 BUILD_DEPENDS=  enlightenment:${PORTSDIR}/x11-wm/enlightenment
14 RUN_DEPENDS=    enlightenment:${PORTSDIR}/x11-wm/enlightenment
15
16 DIST_SUBDIR=    e17
17 USE_BZIP2=      yes
18 GNU_CONFIGURE=  yes
19 USE_GMAKE=      yes
20 USE_EFL=        edje libtool_hack modarch_hack
21 USE_GNOME=      pkgconfig
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>