090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
609 B
Makefile
28 lines
609 B
Makefile
# New ports collection makefile for: wmfire
|
|
# Date created: 21 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmfire
|
|
PORTVERSION= 1.2.3
|
|
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= gtop-2.0.7:${PORTSDIR}/devel/libgtop
|
|
|
|
USE_GNOME= gnometarget gtk20
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= wmfire.1
|
|
PLIST_FILES= bin/wmfire
|
|
|
|
.include <bsd.port.mk>
|