pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/mcwm update
Hello pkgsrc users,
the following Makefile updates mcwm and fixes the build.
It also removes the need for the sed substitution and patch, it adds
two missing dependencies (xcb-util-wm, xcb-util-keysyms). PLIST
remains untouched.
Is it ok to commit?
Youri.
# $NetBSD$
#
DISTNAME= mcwm-20130209
CATEGORIES= wm
MASTER_SITES= http://www.hack.org/mc/hacks/mcwm/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.hack.org/mc/hacks/mcwm/
COMMENT= Window manager for the X Window System written entirely with XCB
LICENSE= isc
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mcwm ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/mcwm.man \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mcwm.1
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-wm/buildlink3.mk"
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index