Kyle Amon <[EMAIL PROTECTED]> wrote:

> It is probably not the best port in the world, but it works fine for
> me on i386 OpenBSD 2.8 snapshot.

You have forgot about LIB_DEPENDS but other than that this port looks
quite OK.

Please consider using following patch.

Also, I'm not sure if we want gzipped manual page.  Other ports install
their manpages in plain text format.

Alek

diff -urN fbpanel/Makefile fbpanel.new/Makefile
--- fbpanel/Makefile    Thu Sep 15 13:09:29 2005
+++ fbpanel.new/Makefile        Tue Sep 20 18:09:30 2005
@@ -1,14 +1,12 @@
-# $OpenBSD: Makefile,v 1.0 2004/12/04 09:57:17 amonk Exp $
+# $OpenBSD$
 
-COMMENT=        "a light-weight X11 desktop panel"
+COMMENT=        "light-weight X11 desktop panel"
 
-VERSION=       4.3
-DISTNAME=       fbpanel-${VERSION}
+DISTNAME=       fbpanel-4.3
 CATEGORIES=     x11
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=fbpanel/}
-EXTRACT_SUFX=  .tgz
 
 HOMEPAGE=       http://fbpanel.sourceforge.net/
+
 MAINTAINER=     Kyle Amon <[EMAIL PROTECTED]>
 
 PERMIT_PACKAGE_CDROM=   Yes
@@ -16,12 +14,20 @@
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes
 
-USE_X11=               Yes
-USE_GMAKE=             Yes
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=fbpanel/}
+EXTRACT_SUFX=  .tgz
 
-BUILD_DEPENDS=         :pkgconfig-*:devel/pkgconfig
+USE_GMAKE=     Yes
 
-CONFIGURE_STYLE=       gnu dest old
-CONFIGURE_ARGS=                --cpu=off --prefix=/usr/local
+WANTLIB=       glib-2.0.0.0 gdk-x11-2.0.0.0 gmodule-2.0.0.0 atk-1.0.0.0 \
+               pangox-1.0.0.0 pangoxft-1.0.0.0 gobject-2.0.0.0 pango-1.0.0.0 \
+               Xrender c freetype Xmu Xft m X11 fontconfig 
+
+MODULES=       devel/gettext
+BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
+LIB_DEPENDS=   
gtk-x11-2.0.0.9,gdk_pixbuf-2.0.0.9,gdk-x11-2.0.0.9,gdk_pixbuf_xlib-2.0.0.9::x11/gtk+2
+
+CONFIGURE_STYLE=gnu old dest
+CONFIGURE_ARGS=        --cpu=off --prefix=${LOCALBASE}
 
 .include <bsd.port.mk>

Reply via email to