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.
16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/01/18 23:36:13 rillig Exp $
|
|
|
|
DISTNAME= xtrans-1.4.0
|
|
CATEGORIES= x11 net
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Network API translation layer to insulate X
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xtrans.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|