e3c4574a63
- update libXcursor to 1.1.12 - update libXdmcp to 1.1.0 - update libxkbfile to 1.0.7 - update rstart to 1.0.4 - update smproxy to 1.0.5 - update viewres to 1.0.3 - update x11perf to 1.5.4 - update xauth to 1.0.6 - update xbacklight to 1.1.2 - update xbitmaps to 1.1.1 - update xclipboard to 1.1.1 - update xcmsdb to 1.0.3 - update xcursor-themes to 1.0.3 - update xcursorgen to 1.0.4 - update xditview to 1.0.2 - update xdpyinfo to 1.2.0 - update xgc to 1.0.3 - update xkbevd to 1.1.2 - update xkbprint to 1.1.2 - update xkbutils to 1.0.3 - update xload to 1.0.2 - update xlogo to 1.0.3 - update xlsclients to 1.1.2 - update xmodmap to 1.0.5 - update xstdcmap to 1.0.2 - update xtrans to 1.2.6 - update xwd to 1.0.4 - add licenses to ports where it is known - remove outdated conflicts line - fix comment in xlogo Approved by: sahil (mentor) Obtained from: xorg-devel repo
27 lines
488 B
Makefile
27 lines
488 B
Makefile
# New ports collection makefile for: viewres
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= viewres
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Graphical class browser for Xt
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xt xaw
|
|
|
|
MAN1= viewres.1
|
|
|
|
PLIST_FILES+= bin/viewres \
|
|
share/X11/app-defaults/Viewres \
|
|
share/X11/app-defaults/Viewres-color
|
|
PLIST_DIRS+= share/X11/app-defaults \
|
|
share/X11
|
|
|
|
.include <bsd.port.mk>
|