freebsd-ports/sysutils/wmfire/Makefile

32 lines
707 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmfire
# Date created: 21 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= wmfire
PORTVERSION= 1.2.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 2
1999-11-03 21:12:26 +01:00
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_GNOME= gtk20
2012-07-27 19:06:03 +02:00
USE_PKGCONFIG= build
GNU_CONFIGURE= yes
USE_CSTD= gnu89
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
AUTOMAKE="${TRUE}"
MAN1= wmfire.1
PLIST_FILES= bin/wmfire
.include <bsd.port.mk>