Update databases/sfcgal to version 1.0.4_2
[dports.git] / x11-wm / e17-module-news / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       news
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=        Module to display information feeds like Rss
12
13 LICENSE=        GPLv2
14
15 BUILD_DEPENDS=  enlightenment:${PORTSDIR}/x11-wm/enlightenment
16 RUN_DEPENDS=    enlightenment:${PORTSDIR}/x11-wm/enlightenment
17
18 DIST_SUBDIR=    e17
19 GNU_CONFIGURE=  yes
20 USES=           gmake pkgconfig tar:bzip2
21 USE_EFL=        edje libtool_hack modarch_hack
22
23 OPTIONS_DEFINE= NLS
24
25 .include <bsd.port.options.mk>
26
27 .if ${PORT_OPTIONS:MNLS}
28 USES+=          gettext
29 CONFIGURE_ARGS+=--enable-nls
30 PLIST_SUB+=     NLS=""
31 .else
32 CONFIGURE_ARGS+=--disable-nls
33 PLIST_SUB+=     NLS="@comment "
34 .endif
35
36 .include <bsd.port.mk>