a6850a7588
Alan Coopersmith (4): Fix some clang warnings about implicit conversions Combine usage message into a single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths
28 lines
611 B
Makefile
28 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/02/11 09:18:46 wiz Exp $
|
|
|
|
DISTNAME= sessreg-1.0.8
|
|
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
|
|
USE_LANGUAGES= c
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q}
|
|
|
|
###
|
|
### Please see patches/patch-ab for details on this.
|
|
###
|
|
#.if ${OPSYS} == "SomePlatform"
|
|
#CPPFLAGS+= -DNO_COLON_ZERO_IN_UTMP
|
|
#.endif
|
|
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|