mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
1a19050b32
mate ports that use libgtop [1]. Bump all users not included in the GNOME update to fix these issues. Reported by: Barbara Guida <barbara.freebsd@gmail.com> [1]
27 lines
628 B
Makefile
27 lines
628 B
Makefile
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmfire
|
|
PORTVERSION= 1.2.4
|
|
PORTREVISION= 4
|
|
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>
|