f90faf868a
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@
30 lines
944 B
Makefile
30 lines
944 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/08/16 09:49:55 espie Exp $
|
|
ONLY_FOR_ARCHS= i386 macppc sparc zaurus
|
|
|
|
COMMENT= "battery monitor panel plugin for xfce4"
|
|
DISTNAME= xfce4-battery-plugin-0.2.0
|
|
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
|
|
|
|
|
|
.include <bsd.port.mk>
|