mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
7257a1e8ce
Update x11/xditview to 1.0.5 Add missing dependencies. This is a maintenance release Changelog: https://lists.x.org/archives/xorg/2019-March/059635.html PR: 236303 Submitted by: Samy Mahmoudi
17 lines
238 B
Makefile
17 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xditview
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display ditroff output
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xaw xmu xt
|
|
|
|
.include <bsd.port.mk>
|