freebsd-ports/x11/e17-module-weather/Makefile
Ion-Mihai Tetcu f0897330e5 An e17 module displaying the current weather conditions and forecast.
Features are:
- choose between simple and detailed view
- specify poll time
- display degree in Celsius or Fahrenheit
- choose the weather station from a menu or via ICAO Code.

Author:	Matthew Mullins
WWW:	http://www.enlightenment.org

PR:		ports/99367
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-06-23 23:08:14 +00:00

36 lines
817 B
Makefile

# New ports collection makefile for: e17-module-weather
# Date created: 23 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= weather
PORTVERSION= 23062006
CATEGORIES= x11
MASTER_SITES= http://mbsd.msk.ru/dist/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= An e17 weather module
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>