b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
30 lines
821 B
Makefile
30 lines
821 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:52 rillig Exp $
|
|
|
|
DISTNAME= libXfont2-2.0.4
|
|
CATEGORIES= x11 devel fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= X font Library (v2)
|
|
LICENSE= mit AND modified-bsd
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_FEATURES+= strnlen
|
|
|
|
PKGCONFIG_OVERRIDE+= xfont2.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-devel-docs
|
|
CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../fonts/libfontenc/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../x11/xtrans/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|