freebsd-ports/sysutils/wmfire/Makefile

27 lines
640 B
Makefile
Raw Normal View History

# Created by: 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
2013-11-16 14:50:53 +01:00
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/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}"
2013-11-16 14:50:53 +01:00
PLIST_FILES= bin/wmfire man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>