c80fbd0204
1.2.2: Alan Coopersmith (1): xcmiscproto 1.2.2 Gaetan Nadon (10): config: HTML file generation: use the installed copy of xorg.css Docbook: change the book id to match the xml file basename 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 author affiliation Matt Dew (1): 1 - fix the capitalization of the ID attriutes to match either the Paulo Zanoni (1): Use docbookx.dtd version 4.3 for all docs 1.2.1: This release includes a DocBook XML conversion of the protocol spec previously found in xorg-docs, as well as the usual recent collection of build configuration improvements and janitorial cleanups.
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/06/03 18:38:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xcmiscproto-1.2.2
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XCMisc extension headers from X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= xextensions-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xcmiscproto.pc.in
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|