pkgsrc/wm/skippy/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

28 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/06/13 22:45:31 wiz Exp $
#
DISTNAME= skippy-0.5.0
PKGREVISION= 8
CATEGORIES= wm
MASTER_SITES= http://thegraveyard.org/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://thegraveyard.org/skippy.php
COMMENT= Fullscreen task switcher for X11
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
INSTALLATION_DIRS= share/examples/${PKGBASE}
post-install:
${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DESTDIR}${EGDIR}/skippyrc
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"