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.
29 lines
790 B
Makefile
29 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:56 rillig Exp $
|
|
|
|
DISTNAME= # empty
|
|
PKGNAME= modular-xorg-utils-1.0
|
|
CATEGORIES= meta-pkgs x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg application meta-package for Xorg development utilities
|
|
LICENSE= 2-clause-bsd
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
# unpackaged packages commented out below
|
|
DEPENDS+= xorg-cf-files-[0-9]*:../../x11/xorg-cf-files
|
|
DEPENDS+= gccmakedep-[0-9]*:../../devel/gccmakedep
|
|
DEPENDS+= imake-[0-9]*:../../devel/imake
|
|
# install-check
|
|
# lndir
|
|
DEPENDS+= xorg-util-macros-[0-9]*:../../devel/xorg-util-macros
|
|
DEPENDS+= makedepend-[0-9]*:../../devel/makedepend
|
|
# modular
|
|
# xmkmf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|