pkgsrc/x11/scrnsaverproto/Makefile
wiz 330a826495 Update to 1.2.0:
Packaging-only update, no changes to the protocol itself since version
1.1.0. Notably is the removal of the scrnsaver.h header which was moved to
the libXScrnSaver module.
2009-08-26 11:53:59 +00:00

21 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/08/26 11:53:59 wiz Exp $
#
DISTNAME= scrnsaverproto-1.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= ScrnSaver extension headers from X.org
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= scrnsaverproto.pc.in
USE_LANGUAGES= # empty
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"