mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
bba3676688
Update x11/viewres to 1.0.6 Switch to USES=xorg-cat and add USES=xorg Changelog: https://lists.x.org/archives/xorg-announce/2019-August/003020.html
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= viewres
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Graphical class browser for Xt
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11 xaw xmu xt
|
|
|
|
PLIST_FILES+= bin/viewres \
|
|
man/man1/viewres.1.gz \
|
|
share/X11/app-defaults/Viewres \
|
|
share/X11/app-defaults/Viewres-color
|
|
|
|
.include <bsd.port.mk>
|