1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/wmfire/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

27 lines
628 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= wmfire
PORTVERSION= 1.2.4
PORTREVISION= 3
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>