f1a3ba82d6
- don't RUN_DEPENDS on xfce4-panel as xfce4 is not built on static archs that's all for today folks, it was the update to bugfix/translation release for Xfce 4.4.2, changelog available here : http://www.xfce.org/documentation/changelogs/4.4.2 ok ajacoutot@ steven@
32 lines
879 B
Makefile
32 lines
879 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/12/18 21:34:30 landry Exp $
|
|
|
|
COMMENT= xkb layout switcher panel plugin for xfce4
|
|
|
|
V= 0.4.3
|
|
DISTNAME= xfce4-xkb-plugin-${V}
|
|
PKGNAME= xfce4-xkb-${V}p0
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
|
|
|
|
# BSD
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-xkb-plugin/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
USE_GMAKE= Yes
|
|
LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
|
|
xfcegui4.>=4::x11/xfce4/libxfcegui4 \
|
|
|
|
WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \
|
|
Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \
|
|
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
|
|
pangoft2-1.0 pangocairo-1.0 cairo glitz png \
|
|
xfce4util
|
|
|
|
.include <bsd.port.mk>
|