1999-11-03 21:11:03 +01:00
|
|
|
# New ports collection makefile for: wmfire
|
|
|
|
# Date created: 21 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= wmfire
|
2010-03-09 23:59:53 +01:00
|
|
|
PORTVERSION= 1.2.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
1999-11-03 21:12:26 +01:00
|
|
|
CATEGORIES= sysutils
|
2006-04-28 23:41:21 +02:00
|
|
|
MASTER_SITES= http://www.swanson.ukfsn.org/wmfire/
|
1999-11-03 21:11:03 +01:00
|
|
|
|
2006-03-24 07:23:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Window Maker dock app showing load average as a flame
|
1999-11-03 21:11:03 +01:00
|
|
|
|
2006-05-28 07:04:56 +02:00
|
|
|
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
|
2006-04-28 23:41:21 +02:00
|
|
|
|
2010-03-09 23:59:53 +01:00
|
|
|
USE_GNOME= gtk20
|
2012-07-27 19:06:03 +02:00
|
|
|
USE_PKGCONFIG= build
|
1999-11-03 21:11:03 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2012-07-05 19:26:10 +02:00
|
|
|
USE_CSTD= gnu89
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-03-09 23:59:53 +01:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
|
|
|
AUTOMAKE="${TRUE}"
|
2006-04-28 23:41:21 +02:00
|
|
|
|
|
|
|
MAN1= wmfire.1
|
|
|
|
PLIST_FILES= bin/wmfire
|
1999-11-03 21:11:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|