pkgsrc/x11/fbdesk/Makefile
obache a71a3ab1d1 Update fbdesk to 1.4.1.
Patch provided by Jason White in PR 38473.

Changes for 1.4.1:
   * Fixed a shape bug which caused it to flicker.
   * Fixed an icon file parsing bug.
Changes for 1.4.0:
   * Imlib2 support:
     FbDesk can now load the following formats:
        xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam,
        tga, gif and bmp.
   * Added new resource:
     fbdesk.textBackground: <color>
   * Added new resource:
     fbdesk.lockPositions: <bool>
     This will lock the position of the icons (also available in the menu)
   * Fixed gcc-4.1 compile problems
     (Thanks Andreas Bierfer andreas.bierfert at lowlatency.de )
Changes for 1.2.2:
   * Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz)
   configure.in
2008-05-10 16:19:16 +00:00

32 lines
982 B
Makefile

# $NetBSD: Makefile,v 1.23 2008/05/10 16:19:16 obache Exp $
#
DISTNAME= fbdesk-1.4.1
CATEGORIES= x11 wm
MASTER_SITES= http://fluxbox.sourceforge.net/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fluxbox.sourceforge.net/fbdesk/
COMMENT= Application that creates and manage icons on your desktop
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fbdesk
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fbdesk/
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"