freebsd-ports/x11-wm/e17-module-cpu/Makefile
Stanislav Sedov a3ce7767cc - Forced commit to note the repocopy of e17-modules-* from x11 to x11-wm.
- Change category.

PR:		ports/151386
2010-11-07 07:09:09 +00:00

36 lines
826 B
Makefile

# New ports collection makefile for: e17-module-cpu
# Date created: 23 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= cpu
PORTVERSION= 20080223
PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= An e17 module which allows users to monitor cpu load
BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig
USE_EFL= edje
GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>