blob: 95416389b6f35a79d7abe5d407ef606714751550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
COMMENT = Utility to manage utmp & wtmp entries for X sessions
DISTNAME = sessreg-1.1.3
CATEGORIES = sysutils
HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/sessreg
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = c
SITES = ${SITE_XORG:=app/}
MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>
|