76c9dee990
Alan Coopersmith (1): xextproto 7.2.1 Gaetan Nadon (23): 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 Use more appropriate docbook element to get "Edited by" docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information sync: fix author name and authors affiliation appgrp: use <copyright> markup and minor titlepage fixes dbe spec: fix author affiliation and copyright notices dpms spec: fix author affiliation evi spec: fix copyright and orphan markup geproto: fix author's e-mail lbx: complete the authors name multibuf spec: refactor copyright legal text for multi licensing security: fix X Consortium copyrigh legal text and minor markups shape spec: fix author affiliation and copyright text shm spec: fix author affiliation and copyright text sync spec: fix copyright markup for multiple authors top-cup spec: remove orphan corpname markup xtest spec: fix copyright markup geproto spec: add missing copyright with the author's permission Matt Dew (3): Add id attributes to funcsynopsis to allow other docs to olink to them. #1 - fix the capitalization of the ID attriutes to informaltable cleanup
25 lines
597 B
Makefile
25 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/06/03 18:39:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xextproto-7.2.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XExt extension headers from X.org
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= xextensions-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-xmlto
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/shmstr.h ${DESTDIR}${PREFIX}/include/X11/extensions
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|