1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/xwininfo/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

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>