freebsd-ports/x11/xman/Makefile
Niclas Zeising 6912055955 x11/xman: Update to 1.1.5
Update x11/xman to 1.1.5
Adjust dependencies, remove unneeded depedencies and add dependency on
libX11
Add LICENSE_FILE
This is maintenance release

Changelog:
https://lists.x.org/archives/xorg-announce/2019-July/003011.html

Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
2019-08-18 15:27:07 +00:00

16 lines
241 B
Makefile

# $FreeBSD$
PORTNAME= xman
PORTVERSION= 1.1.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Manual page display program for X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11 xt xaw
.include <bsd.port.mk>