mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6ead27eb95
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
18 lines
293 B
Makefile
18 lines
293 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xwininfo
|
|
PORTVERSION= 1.1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Window information utility for X
|
|
|
|
XORG_CAT= app
|
|
USES= iconv
|
|
USE_XORG= x11 xcb xproto xorg-macros
|
|
|
|
PLIST_FILES= bin/xwininfo man/man1/xwininfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|