Changes: new 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. Bugfixes: imap checking could not handle untagged responses to LOGIN, apm will add itself under Net/Open BSD, meminfo label initialization and mua_is_launched fixes.
35 lines
941 B
Makefile
35 lines
941 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/03/22 14:33:19 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gkrellm-1.0.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://newweb.wt.net/~billw/
|
|
|
|
MAINTAINER= anthony.mallet@ficus.yi.org
|
|
HOMEPAGE= http://gkrellm.net/
|
|
COMMENT= GTK based system monitor
|
|
|
|
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
|
DEPENDS+= imlib-*:../../graphics/imlib
|
|
DEPENDS+= pth-*:../../devel/pth
|
|
|
|
USE_X11BASE= yes
|
|
USE_GMAKE= yes
|
|
|
|
BINGRP= kmem
|
|
BINMODE= 2755
|
|
|
|
ALL_TARGET= netbsd
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellm ${PREFIX}/bin/gkrellm
|
|
${INSTALL_MAN} ${WRKSRC}/gkrellm.1 ${PREFIX}/man/man1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gkrellm
|
|
cd ${WRKSRC} && ${INSTALL_DATA} COPYRIGHT README Themes.html \
|
|
${PREFIX}/share/doc/gkrellm
|
|
${INSTALL_DATA_DIR} ${PREFIX}/include/gkrellm
|
|
cd ${WRKSRC}/src && ${INSTALL_DATA} gkrellm.h \
|
|
gkrellm_public_proto.h gkrellm_private_proto.h \
|
|
${PREFIX}/include/gkrellm
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|