2006-06-24 01:08:14 +02:00
|
|
|
# New ports collection makefile for: e17-module-weather
|
|
|
|
# Date created: 23 June 2006
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= weather
|
2011-06-25 05:41:01 +02:00
|
|
|
PORTVERSION= 20110129
|
2006-10-08 15:48:37 +02:00
|
|
|
PORTEPOCH= 1
|
2010-12-14 08:30:56 +01:00
|
|
|
CATEGORIES= x11-wm enlightenment
|
2011-06-25 05:41:01 +02:00
|
|
|
MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/
|
2006-06-24 01:08:14 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2006-06-24 01:08:14 +02:00
|
|
|
COMMENT= An e17 weather module
|
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
|
|
|
|
DIST_SUBDIR= e17
|
2006-10-08 15:48:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-06-24 01:08:14 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= pkgconfig
|
2010-12-14 08:30:56 +01:00
|
|
|
USE_EFL= edje libtool_hack modarch_hack
|
2006-07-12 22:23:21 +02:00
|
|
|
|
2006-06-24 01:08:14 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|