Update databases/sfcgal to version 1.0.4_2
[dports.git] / x11-wm / e17-module-mpdule / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mpdule
5 PORTVERSION=    20130510
6 PORTREVISION=   1
7 CATEGORIES=     x11-wm enlightenment
8 MASTER_SITES=   LOCAL/gblach/e17/modules/
9 PKGNAMEPREFIX=  e17-module-
10
11 MAINTAINER=     gblach@FreeBSD.org
12 COMMENT=        MPD module for e17
13
14 LIB_DEPENDS=    libmpd.so:${PORTSDIR}/audio/libmpd
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>