1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/sysutils/wmfire/Makefile
Koop Mast 1a19050b32 The updated libgtop included in the GNOME 3.28 update broke runtime for
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]
2018-09-30 20:27:44 +00:00

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>