1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/xprop/Makefile
Niclas Zeising ea702f7fa6 x11/xprop: Update to 1.2.3
Summary of changes:
* Changes to autoconf
* Free data if needed
* misc. other fixes
2018-05-10 14:36:17 +00:00

16 lines
229 B
Makefile

# $FreeBSD$
PORTNAME= xprop
PORTVERSION= 1.2.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Property displayer for X
XORG_CAT= app
USE_XORG= xmuu x11
PLIST_FILES= bin/xprop man/man1/xprop.1.gz
.include <bsd.port.mk>