97bec8f6ae
Submitted by maintainer Joshua Stein <jcs@rt.fm>. - Hostname panel can also display system name - Move krells out of the way only if data is displayed in panels - Bugfixes: - Close open files before launching panel commands and net timer command. - Allow "owner" as well as "user" for fstab mounting. - Added a Polish translation.
29 lines
593 B
Makefile
29 lines
593 B
Makefile
# vim:ts=8
|
|
# $OpenBSD: Makefile,v 1.7 2001/08/24 01:58:13 naddy Exp $
|
|
|
|
DISTNAME= gkrellm-1.2.2
|
|
HOMEPAGE= http://www.gkrellm.net/
|
|
COMMENT= "a single process stack of system monitors"
|
|
|
|
CATEGORIES= sysutils
|
|
NEED_VERSION= 1.439
|
|
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
|
|
|
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \
|
|
ftp://rt.fm/pub/gkrellm/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= gdk_imlib.19::graphics/imlib
|
|
|
|
USE_GMAKE= Yes
|
|
USE_X11= Yes
|
|
|
|
ALL_TARGET= openbsd
|
|
INSTALL_TARGET= install_openbsd
|
|
|
|
.include <bsd.port.mk>
|