2df4a4605b
Alan Coopersmith (8): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 nextfullreldate is clearly not 2013 Set generate.consistent.ids in xsl stylesheets for more repeatable builds Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues xorg-sgml-doctools 1.12 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/04/04 09:49:22 wiz Exp $
|
|
|
|
DISTNAME= xorg-sgml-doctools-1.12
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=doc/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Xorg documentation that does not fit anywhere else
|
|
#LICENSE= mit?
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
PKGCONFIG_OVERRIDE= xorg-sgml-doctools.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|