mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
263 B
Makefile
19 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sessreg
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Manage utmp/wtmp entries for non-init X clients
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/sessreg
|
|
|
|
MAN1= sessreg.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|