73ddfa66bd
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.
19 lines
445 B
Makefile
19 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/03 20:34:16 sturm Exp $
|
|
|
|
COMMENT= "Analog clock for GkrellM2"
|
|
|
|
VERSION= 0.3.2
|
|
DISTNAME= gkrellaclock-${VERSION}
|
|
CATEGORIES= misc sysutils/gkrellm
|
|
|
|
HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellaclock.html
|
|
|
|
MASTER_SITES= http://www.geocities.com/m_muthukumar/
|
|
|
|
WRKDIST= ${WRKDIR}/gkrellAclock-${VERSION}
|
|
ALL_TARGET= gkrellaclock.so
|
|
|
|
PLUGIN= ${WRKSRC}/gkrellaclock.so
|
|
|
|
.include <bsd.port.mk>
|