pkgsrc/wm/matchbox-wm/Makefile
wiz 92e0cb52cb 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

34 lines
979 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/06/13 22:45:30 wiz Exp $
#
DISTNAME= matchbox-window-manager-1.1
PKGNAME= ${DISTNAME:S/window-manager/wm/}
PKGREVISION= 1
CATEGORIES= wm x11
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://projects.o-hand.com/matchbox/
COMMENT= Window manager designed for computers with small displays
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
PKG_SYSCONFSUBDIR= matchbox
EGDIR= ${PREFIX}/share/examples/matchbox
CONF_FILES= ${EGDIR}/kbdconfig ${PKG_SYSCONFDIR}/kbdconfig
INSTALLATION_DIRS+= share/examples/matchbox
post-install:
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/kbdconfig \
${DESTDIR}${PREFIX}/share/examples/matchbox/
.include "../../devel/libmatchbox/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"