freebsd-ports/x11/xsm/Makefile
Niclas Zeising 959f6f9677 x11/xsm: Update to 1.0.4
Add missing dependencies and sort list

Summary of changes:
* Improved help messages and man page
* Autoconf fixes
* Close file descriptors on exec
* Various other fixes
2018-05-10 14:05:29 +00:00

12 lines
184 B
Makefile

# $FreeBSD$
PORTNAME= xsm
PORTVERSION= 1.0.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Session Manager
XORG_CAT= app
USE_XORG= ice sm x11 xaw xt
.include <bsd.port.mk>