openbsd-ports/x11/xfce4/xfce4-clipman/Makefile
espie f90faf868a conflicts from the past: history since 3.7.
As noted on ports@ recently, pkg_add -r relies on conflicts, and the
sheer existence of updates means we MUST take the past into account in
conflicts now.

Note the renaming of hugs98 to valid package names where versions are
concerned.

This commit shows clearly the renaming of the xfce4 plugin packages, the
ditching of eclipse flavors, the splitting of nessus into subpackages,
the splitting of various other software documentations, some packaging bugs
in kdeedu, and a lot of files moving around...

okay pvalchev@
2005-08-16 09:49:51 +00:00

34 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2005/08/16 09:49:55 espie Exp $
COMMENT= "clipboard history plugin for the xfce4 panel"
DISTNAME= xfce4-clipman-plugin-0.4.1
PKGNAME= ${DISTNAME:S/-plugin//}p0
MASTER_SITES= http://download.berlios.de/xfce-goodies/
HOMEPAGE= http://xfce-goodies.berlios.de/
# BSD
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:xfce4-panel-*:x11/xfce4/xfce4-panel
LIB_DEPENDS= xfcegui4.3.4::x11/xfce4/libxfcegui4 \
xml2.9.0::textproc/libxml
RUN_DEPENDS= :xfce4-panel-*:x11/xfce4/xfce4-panel
WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender 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 \
pangox-1.0.0.0 pangoxft-1.0.0.0 xfce4util.1
# XXX workaround libtool's versioning of simple shared object modules
post-install:
${INSTALL_DATA} ${WRKSRC}/panel-plugin/.libs/libclipman.so.0.0 \
${PREFIX}/lib/xfce4/panel-plugins/libclipman.so
.include <bsd.port.mk>