b8e27b08ae
1.2.2: Alan Coopersmith (3): spec: Fix section titles/nesting specs: change othercredit tags to author tags scrnsaverproto 1.2.2 Gaetan Nadon (9): config: HTML file generation: use the installed copy of xorg.css Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information specs: fix markup for single license dual holder Matt Dew (3): add id attributes to funcsynopsis to allow other docs to olink to them. Fix id attributes, linkend and olinks informaltable cleanup 1.2.1: Release features: Protocol spec moved from xorg-docs, converted to DocBook
20 lines
485 B
Makefile
20 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/06/03 19:55:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scrnsaverproto-1.2.2
|
|
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= c
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|