aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmfire/Makefile
blob: 2e079e9282038086007c67869f2fa62e412e59ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	wmfire
# Date created:				21 October 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

PORTNAME=	wmfire
PORTVERSION=	1.2.3
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.swanson.ukfsn.org/wmfire/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Window Maker dock app showing load average as a flame

LIB_DEPENDS=	gtop-2.0.7:${PORTSDIR}/devel/libgtop

USE_X_PREFIX=	yes
USE_GNOME=	gnometarget gtk20
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

MAN1=		wmfire.1
PLIST_FILES=	bin/wmfire

.include <bsd.port.mk>