1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11/sessreg/Makefile
Matthew Rezny 219539d204 Update to 1.1.1
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9840
2017-02-28 22:54:12 +00:00

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>