01655bece5
Update x11/xmore to 1.0.3 Add license information Fix dependencies. This is a maintenance release Changelog: https://lists.x.org/archives/xorg/2019-March/059638.html PR: 236306 (based on) Submitted by: Samy Mahmoudi
16 lines
209 B
Makefile
16 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmore
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Plain text display program for X
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xaw xt
|
|
|
|
.include <bsd.port.mk>
|