2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
2006-07-10 22:08:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rain
|
2013-05-13 21:56:09 +02:00
|
|
|
PORTVERSION= 20130510
|
2010-12-14 08:30:56 +01:00
|
|
|
CATEGORIES= x11-wm enlightenment
|
2013-05-13 21:56:09 +02:00
|
|
|
MASTER_SITES= LOCAL/gblach/e17/modules/
|
2006-07-10 22:08:21 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
|
2012-11-04 14:05:04 +01:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2014-08-08 10:42:44 +02:00
|
|
|
COMMENT= E17 module which draws raindrops on your screen
|
2006-07-10 22:08:21 +02:00
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
2006-07-10 22:08:21 +02:00
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
DIST_SUBDIR= e17
|
2012-12-22 21:54:59 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-02 09:46:01 +02:00
|
|
|
USES= gmake pkgconfig tar:bzip2
|
2010-12-14 08:30:56 +01:00
|
|
|
USE_EFL= edje libtool_hack modarch_hack
|
2012-12-22 21:54:59 +01:00
|
|
|
|
2014-02-21 14:40:33 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2012-12-22 21:54:59 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2006-07-12 22:21:43 +02:00
|
|
|
|
2012-12-22 21:54:59 +01:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2012-12-22 21:54:59 +01:00
|
|
|
CONFIGURE_ARGS+=--enable-nls
|
2006-07-10 22:08:21 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
2012-12-22 21:54:59 +01:00
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
2006-07-10 22:08:21 +02:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|