Changes: - Updated ja.po. - Add man page. - POP3/IMAP connections can be on non-standard port numbers if you enter server:port instead of just the server in the config. - IMAP checking could not handle untagged responses to LOGIN. - Meminfo label initialization and mua_is_launched fixes.
27 lines
551 B
Makefile
27 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/03/17 18:25:42 naddy Exp $
|
|
|
|
DISTNAME= gkrellm-1.0.7
|
|
HOMEPAGE= http://web.wt.net/~billw/gkrellm/gkrellm.html
|
|
|
|
CATEGORIES= sysutils
|
|
NEED_VERSION= 1.356
|
|
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>
|