1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11-wm/e17-module-flame/Makefile
Martin Wilke 518a58b792 - Convert bzip2 to USES
Approved by:	portmgr
2014-06-02 07:46:01 +00:00

35 lines
763 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= flame
PORTVERSION= 20130510
CATEGORIES= x11-wm enlightenment
MASTER_SITES= LOCAL/gblach/e17/modules/
PKGNAMEPREFIX= e17-module-
MAINTAINER= gblach@FreeBSD.org
COMMENT= An e17 module which draws flames on your desktop
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
USES= gmake pkgconfig tar:bzip2
USE_EFL= edje libtool_hack modarch_hack
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>