pkgsrc/x11/applewmproto/Makefile
wiz 09fe775ac5 Update to 1.4.2:
In addition to the great build system cleanup, this release of applewmproto
clarifies some ambiguity in the protocol by refering the caller to the
Xplugin API for some constants rather than relying on values and meaning
within AppleWM (which is just exposing parts of the Xplugin API to X11
clients.
2012-06-03 19:40:29 +00:00

21 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/06/03 19:40:29 wiz Exp $
#
DISTNAME= applewmproto-1.4.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= AppleWM extension headers from X.org
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
ONLY_FOR_PLATFORM= Darwin-*-*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/applewmproto.pc.in
.include "../../mk/bsd.pkg.mk"