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