![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / sessreg / Makefile (download)
Revision 1.16, Sun Nov 3 09:14:18 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.16 2019/11/03 09:14:18 rillig Exp $ DISTNAME= sessreg-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Manage utmp/wtmp entries for xdm USE_TOOLS+= pkg-config GNU_CONFIGURE= yes BUILD_DEFS+= VARBASE CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mgcc) # required for filenames.sed on gcc5+ CPPFLAGS+= -P .endif .include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk"