2010-10-11 04:11:24 -04:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.24 2010/10/11 08:18:07 jasper Exp $
|
2008-07-05 04:35:39 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
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
|
|
|
|
2007-10-25 11:15:54 -04:00
|
|
|
CATEGORIES+= sysutils/gkrellm
|
|
|
|
|
2008-07-05 04:35:39 -04:00
|
|
|
# GPLv2+
|
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
|
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
|
|
PERMIT_DISTFILES_FTP?= Yes
|
2008-07-05 04:35:39 -04:00
|
|
|
|
2009-03-12 17:46:10 -04:00
|
|
|
WANTLIB?= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
|
|
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
2010-10-11 04:11:24 -04:00
|
|
|
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
2009-03-12 17:46:10 -04:00
|
|
|
iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
2010-04-27 17:53:56 -04:00
|
|
|
pixman-1 png pthread-stubs xcb xcb-render xcb-render-util z
|
2008-07-05 04:35:39 -04:00
|
|
|
|
2004-12-16 05:16:29 -05:00
|
|
|
.if defined(EXTRA_WANTLIB)
|
|
|
|
WANTLIB+= ${EXTRA_WANTLIB}
|
|
|
|
.endif
|
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
|
|
|
|
2006-12-16 07:22:32 -05:00
|
|
|
BUILD_DEPENDS+= :gkrellm->=2.2.0:sysutils/gkrellm/gkrellm,-client
|
2004-05-18 10:49:56 -04:00
|
|
|
RUN_DEPENDS+= :gkrellm->=2.2.0:sysutils/gkrellm/gkrellm,-client
|
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
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
USE_GMAKE= Yes
|
2006-11-13 07:51:14 -05:00
|
|
|
USE_X11?= Yes
|
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
|
|
|
|
|
|
|
PLUGINDIR= ${PREFIX}/lib/gkrellm2/plugins
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PLUGINDIR}
|
|
|
|
${INSTALL_DATA} ${PLUGIN} ${PLUGINDIR}
|