mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
219539d204
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9840
18 lines
267 B
Makefile
18 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sessreg
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Manage utmp/wtmp entries for non-init X clients
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/sessreg man/man1/sessreg.1.gz
|
|
|
|
.include <bsd.port.mk>
|