openbsd-ports/x11/fbpanel/Makefile
ajacoutot 3ee59e7b45 - fix typos in DESCR
no, this was not a cheap attempt to increase my commit counter ;)
2007-07-19 10:32:01 +00:00

42 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2007/07/19 10:32:01 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= lightweight NETWM compliant desktop panel
DISTNAME= fbpanel-4.11
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
EXTRACT_SUFX= .tgz
HOMEPAGE= http://fbpanel.sourceforge.net/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fbpanel/}
MODULES= devel/gettext
USE_GMAKE= Yes
NO_REGRESS= Yes
MAKE_FLAGS= CHATTY=1 CPPFLAGS="${CFLAGS}"
FAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
CONFIGURE_STYLE=simple dest old
CONFIGURE_ARGS= --cpu=off --prefix=${TRUEPREFIX}
LIB_DEPENDS= gdk-x11-2.0.>=1000,gdk_pixbuf-2.0.>=1000,gtk-x11-2.0.>=1000,gdk_pixbuf_xlib-2.0.>=1000::x11/gtk+2
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xmu Xrandr \
Xrender atk-1.0 c cairo expat fontconfig freetype glib-2.0 \
glitz gmodule-2.0 gobject-2.0 gthread-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 png pthread z
.include <bsd.port.mk>