2005-11-15 14:25:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2005/11/15 19:25:55 wilfried Exp $
|
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 15:34:16 -05:00
|
|
|
|
|
|
|
COMMENT= "Web cam plugin for GkrellM2"
|
|
|
|
|
|
|
|
VERSION= 2.0.0
|
|
|
|
DISTNAME= gkrellkam-${VERSION}
|
2005-11-15 14:25:54 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
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 15:34:16 -05:00
|
|
|
CATEGORIES= graphics sysutils/gkrellm
|
|
|
|
|
|
|
|
HOMEPAGE= http://gkrellkam.sourceforge.net
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellkam/}
|
|
|
|
DISTFILES= gkrellkam_${VERSION}.tar.gz
|
|
|
|
|
|
|
|
RUN_DEPENDS+= :wget-*:net/wget
|
|
|
|
|
|
|
|
PLUGIN= ${WRKSRC}/gkrellkam2.so
|
|
|
|
|
2004-12-16 05:16:29 -05:00
|
|
|
WANTLIB=
|
|
|
|
|
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 15:34:16 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/gkrellkam-list.5 ${PREFIX}/man/man5/gkrellkam.5
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|