pkgsrc/wm/windowlab/Makefile
wiz 2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00

28 lines
739 B
Makefile

# $NetBSD: Makefile,v 1.23 2012/10/23 10:24:15 wiz Exp $
#
DISTNAME= windowlab-1.33
PKGREVISION= 3
CATEGORIES= wm
MASTER_SITES= http://nickgravgaard.com/windowlab/
EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nickgravgaard.com/windowlab/
COMMENT= Small and simple window manager
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake pkg-config
EGDIR= ${PREFIX}/share/examples/windowlab
CONF_FILES= ${EGDIR}/windowlab.menurc ${PKG_SYSCONFDIR}/windowlab.menurc
INSTALLATION_DIRS= share/examples/windowlab
post-install:
${INSTALL_DATA} ${WRKSRC}/windowlab.menurc ${DESTDIR}${EGDIR}
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"