aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmfire/Makefile
blob: d0c5f27763c580e1ae790552479aca7fd6f675f7 (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
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$

PORTNAME=   wmfire
PORTVERSION=    1.2.4
PORTREVISION=   2
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=    libgtop-2.0.so:devel/libgtop

USES=       pkgconfig
USE_GNOME=  gtk20
GNU_CONFIGURE=  yes
USE_CSTD=   gnu89
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -lm
MAKE_ARGS=  ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
        AUTOMAKE="${TRUE}"

PLIST_FILES=    bin/wmfire man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>