![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / fixesproto4 / Attic / Makefile (download)
Revision 1.4, Sun Nov 3 09:14:08 2019 UTC (4 years, 1 month ago) by rillig
x11: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. |
# $NetBSD: Makefile,v 1.4 2019/11/03 09:14:08 rillig Exp $ # # This package is for use with Xfixes only. Do not update to later versions. DISTNAME= fixesproto-4.0 PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Fixes extension headers from X.org CONFLICTS+= fixesext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in USE_LANGUAGES= # none, not even C .include "../../mk/bsd.prefs.mk" .if ${X11_TYPE} != "native" PKG_FAIL_REASON+= "This package is for native X11 only; use libXfixes instead." .endif .include "../../converters/libiconv/buildlink3.mk" .include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk"