openbsd-ports/sysutils/gkrellm/plugins/itime/Makefile
sturm 73ddfa66bd import of gkrellm 2.1.21 and associated plugins
besides bringing gkrellm and the plugins up2date, this introduces a new
port structure, where all plugins are located in sysutils/gkrellm/plugins.

the set of plugins consists of:
aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder
shoot, stock, sun, volume, weather and wireless

ports done and maintained by Peter Hessler <spambox@theapt.org>

all prior maintainers either agreed to him taking over their plugins or
timed out.
2003-11-03 20:34:16 +00:00

17 lines
361 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/11/03 20:34:16 sturm Exp $
COMMENT= "GkrellM2 plugin that shows Interet Time"
VERSION= 1.0
DISTNAME= gkrellmitime-${VERSION}
CATEGORIES= net sysutils/gkrellm
HOMEPAGE= http://eric.bianchi.free.fr/gkrellm/
MASTER_SITES= ${HOMEPAGE}
ALL_TARGET= gkrellm_itime.so
PLUGIN= ${WRKSRC}/gkrellm_itime.so
.include <bsd.port.mk>