Add some magic to handle the gettext MODULE.
This commit is contained in:
parent
94ccb4c91a
commit
2db5a00fb1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.27 2010/11/20 17:22:41 espie Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.28 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -10,13 +10,16 @@ PERMIT_PACKAGE_FTP?= Yes
|
||||
PERMIT_DISTFILES_CDROM?=Yes
|
||||
PERMIT_DISTFILES_FTP?= Yes
|
||||
|
||||
WANTLIB?= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
.if ! defined(WANTLIB)
|
||||
MODULES += devel/gettext
|
||||
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 \
|
||||
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
||||
iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
pixman-1 png pthread-stubs xcb xcb-render z \
|
||||
GL X11-xcb Xxf86vm drm xcb-shm
|
||||
GL X11-xcb Xxf86vm drm xcb-shm ${MODGETTEXT_WANTLIB}
|
||||
.endif
|
||||
|
||||
.if defined(EXTRA_WANTLIB)
|
||||
WANTLIB+= ${EXTRA_WANTLIB}
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= analog clock for GkrellM2
|
||||
|
||||
V= 0.3.3
|
||||
DISTNAME= gkrellaclock-${V}
|
||||
REVISION= 14
|
||||
REVISION= 15
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellaclock.html
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= change background image with GkrellM2
|
||||
|
||||
DISTNAME= gkrellmbgchg2-0.1.3
|
||||
REVISION= 15
|
||||
REVISION= 16
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin that shows Internet time
|
||||
|
||||
V= 1.0.1
|
||||
DISTNAME= gkrellmitime-${V}
|
||||
REVISION= 14
|
||||
REVISION= 15
|
||||
CATEGORIES= net
|
||||
|
||||
ALL_TARGET= gkrellm_itime.so
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= launch commonly used apps from GkrellM2
|
||||
|
||||
DISTNAME= gkrellmlaunch-0.5
|
||||
REVISION= 14
|
||||
REVISION= 15
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin to monitor multiple mailboxes
|
||||
|
||||
V= 2.4.3
|
||||
DISTNAME= gkrellm-mailwatch-${V}
|
||||
PKGNAME= gkrellmmailwatch-${V}
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://gkrellm.luon.net/mailwatch.phtml
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= phase of the Moon for GkrellM2
|
||||
|
||||
DISTNAME= gkrellmoon-0.6
|
||||
REVISION= 15
|
||||
REVISION= 16
|
||||
CATEGORIES= astro
|
||||
|
||||
HOMEPAGE= http://gkrellmoon.sourceforge.net/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= GKrellM2 will remind you to do important events
|
||||
|
||||
V= 2.0.0
|
||||
DISTNAME= gkrellm-reminder-${V}
|
||||
PKGNAME= gkrellmreminder-${V}
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://members.dslextreme.com/users/billw/gkrellm/Plugins.html\#REMINDER
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/20 17:22:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= snapshot and background plugin for Gkrellm2
|
||||
|
||||
V= 0.4.3
|
||||
DISTNAME= gkrellshoot-${V}
|
||||
REVISION= 17
|
||||
REVISION= 18
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://gkrellshoot.sourceforge.net
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/20 17:22:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= stock ticker for GkrellM2
|
||||
|
||||
V= 0.5.1
|
||||
DISTNAME= gkrellstock-${V}
|
||||
REVISION= 14
|
||||
REVISION= 15
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://gkrellstock.sourceforge.net/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/13 19:12:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin to display sun rise/set times
|
||||
|
||||
DISTNAME= gkrellsun-0.12.1
|
||||
REVISION= 15
|
||||
REVISION= 16
|
||||
CATEGORIES= astro
|
||||
|
||||
HOMEPAGE= http://gkrellsun.sourceforge.net/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/13 19:12:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2011/07/07 00:08:35 ajacoutot Exp $
|
||||
|
||||
COMMENT= weather plugin for GkrellM2
|
||||
|
||||
DISTNAME= gkrellweather-2.0.8
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= x11
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/10/13 19:12:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/07/07 00:08:36 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin to monitor wi(4) signal strength
|
||||
|
||||
DISTNAME= gkrellmwireless-2.0.3
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://gkrellm.luon.net/gkrellmwireless.php
|
||||
|
Loading…
Reference in New Issue
Block a user