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.
18 lines
401 B
Makefile
18 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/03 20:34:17 sturm Exp $
|
|
|
|
COMMENT= "Soundscope for GkrellM2 using ESD"
|
|
|
|
DISTNAME= gkrellmss-2.3
|
|
CATEGORIES= audio sysutils/gkrellm
|
|
|
|
HOMEPAGE= http://web.wt.net/~billw/gkrellmss/gkrellmss.html
|
|
|
|
MASTER_SITES= http://web.wt.net/~billw/gkrellmss/
|
|
|
|
LIB_DEPENDS+= esd::audio/esound \
|
|
fftw,rfftw::math/fftw
|
|
|
|
PLUGIN= ${WRKSRC}/src/gkrellmss.so
|
|
|
|
.include <bsd.port.mk>
|