pkgsrc/wm/windowswmproto/Makefile
rodent 53f0a7976c Import windowswmproto-1.0.4 as wm/windowswmproto.
This module provides the definition of the WindowsWM extension to the X11
protocol, used for coordination between an X11 server and the Microsoft Windows
native window manager.

WindowsWM is only intended to be used on Cygwin when running a rootless XWin
server.
2013-05-31 00:27:37 +00:00

20 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/31 00:27:37 rodent Exp $
DISTNAME= windowswmproto-1.0.4
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Provides definition of the WindowsWM extension to the X11 protocol
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c
PKGCONFIG_OVERRIDE+= windowswmproto.pc.in
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"