6912055955
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
16 lines
241 B
Makefile
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>
|