openbsd-ports/x11/xfce4/xfce4-panel/Makefile

41 lines
1.3 KiB
Makefile
Raw Normal View History

2005-05-21 21:28:06 -04:00
# $OpenBSD: Makefile,v 1.2 2005/05/22 01:30:45 jolan Exp $
2005-05-12 00:38:34 -04:00
COMMENT= "xfce4 panel"
2005-05-21 21:28:06 -04:00
V= 4.2.2
2005-05-12 00:38:34 -04:00
DISTNAME= xfce4-panel-${V}
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
HOMEPAGE= http://www.xfce.org/
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
LIB_DEPENDS= xfcegui4.3.4::x11/xfce4/libxfcegui4 \
xml2.9.0::textproc/libxml \
xfce4mcs-client.2.3,xfce4mcs-manager.2.3::x11/xfce4/libxfce4mcs
RUN_DEPENDS= :xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
WANTLIB= ICE SM X11 Xcursor Xext Xft Xinerama Xrender c fontconfig \
freetype m z \
atk-1.0.0.0 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
startup-notification-1.0.0 xfce4util.1
# XXX workaround libtool's versioning of simple shared object modules
post-install:
.for n in clock mailcheck pager separator switcher systembuttons
${INSTALL_DATA} ${WRKSRC}/plugins/${n}/.libs/lib${n}.so.0.0 \
${PREFIX}/lib/xfce4/panel-plugins/lib${n}.so
.endfor
${INSTALL_DATA} ${WRKSRC}/settings/.libs/libxfce4settings.so.0.0 \
${PREFIX}/lib/xfce4/mcs-plugins/libxfce4settings.so
.include <bsd.port.mk>