mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
372 B
Makefile
20 lines
372 B
Makefile
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>
|