This release fixes a bug in 64-bit builds which caused the maximum request size to be incorrectly calculated. Alan Coopersmith (4): Correctly report maximum request size when sizeof(long) != 4 Update README for gitlab migration Update configure.ac bug URL for gitlab migration xfsinfo 1.0.6 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
19 lines
550 B
Makefile
19 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/02/21 09:37:02 wiz Exp $
|
|
|
|
DISTNAME= xfsinfo-1.0.6
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Utility for displaying information about an X font server
|
|
LICENSE= x11 # AND others
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libFS/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|