2011-07-06 20:08:35 -04:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.28 2011/07/07 00:08:35 ajacoutot 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
|
|
|
|
2011-07-06 20:08:35 -04:00
|
|
|
.if ! defined(WANTLIB)
|
|
|
|
MODULES += devel/gettext
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
2009-03-12 17:46:10 -04:00
|
|
|
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 \
|
2011-07-06 20:08:35 -04:00
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
2010-10-13 15:12:33 -04:00
|
|
|
pixman-1 png pthread-stubs xcb xcb-render z \
|
2011-07-06 20:08:35 -04:00
|
|
|
GL X11-xcb Xxf86vm drm xcb-shm ${MODGETTEXT_WANTLIB}
|
|
|
|
.endif
|
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
|
|
|
|
2010-11-20 12:22:40 -05:00
|
|
|
BUILD_DEPENDS+= sysutils/gkrellm/gkrellm,-client>=2.2.0
|
|
|
|
RUN_DEPENDS+= sysutils/gkrellm/gkrellm,-client>=2.2.0
|
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
|
|
|
|
|
|
|
|
PLUGINDIR= ${PREFIX}/lib/gkrellm2/plugins
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PLUGINDIR}
|
|
|
|
${INSTALL_DATA} ${PLUGIN} ${PLUGINDIR}
|