aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmfire/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-29 05:41:21 +0800
committerpav <pav@FreeBSD.org>2006-04-29 05:41:21 +0800
commit83659bab73703a1697dc7a1b9753601b33a537a1 (patch)
treebc974ef6c5c66dd49a624c68c6e12d90a019a452 /sysutils/wmfire/Makefile
parentbf5eb3aeb700615171cb9f9053db912edf66a3dc (diff)
downloadfreebsd-ports-gnome-83659bab73703a1697dc7a1b9753601b33a537a1.tar.gz
freebsd-ports-gnome-83659bab73703a1697dc7a1b9753601b33a537a1.tar.zst
freebsd-ports-gnome-83659bab73703a1697dc7a1b9753601b33a537a1.zip
- Update to 1.2.3
PR: ports/96476 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'sysutils/wmfire/Makefile')
-rw-r--r--sysutils/wmfire/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile
index 5ee6fa996e7a..9e3eae43f4c5 100644
--- a/sysutils/wmfire/Makefile
+++ b/sysutils/wmfire/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= wmfire
-PORTVERSION= 0.0.3.9
+PORTVERSION= 1.2.3
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= jedgar
-DISTNAME= wmfire-0.0.3.9pre4
+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.2:${PORTSDIR}/devel/libgtop2
+
USE_X_PREFIX= yes
-USE_XPM= yes
+USE_GNOME= gnometarget gtk20
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-x
-CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include ${CFLAGS}" \
- LIBS="-L${PREFIX}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= wmfire.1
+PLIST_FILES= bin/wmfire
.include <bsd.port.mk>