freebsd-ports/sysutils/bubblemon/Makefile
Kris Kennaway 73720f0110 Update to bubblemon 1.2.9.
Fix build on -CURRENT [1]
Correct another string buffer size [2]

PR:		ports/46527 [1]
Obtained from:	OpenBSD [2]
2003-06-27 04:49:27 +00:00

41 lines
1 KiB
Makefile

# New ports collection makefile for: bubblemon
# Date created: 28 Aug 2002
# Whom: Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$
#
PORTNAME= bubblemon
PORTVERSION= 1.2.9
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/bubblemon/ \
http://www.student.nada.kth.se/~d92-jwa/code/bubblemon/attic/
MAINTAINER= rael@vectorstar.net
COMMENT= Bubblemon is a system CPU and memory load monitor for the GNOME panel
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack libpanel
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= bubblemon-gnome1.1
MANLANG= "" hu sv
DOCS= AUTHORS COPYING ChangeLog FAQ PROFILING TRANSLATIONS NEWS README TODO
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>