1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11/xprop/Makefile
Niclas Zeising 50d9834808 x11/xprop: Update to 1.2.4
Update x11/xprop to 1.2.4
Add LICENSE and LICENSE_FILE
Adjust dependencies

This is a maintenance release
Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002969.html
2019-03-10 12:25:56 +00:00

19 lines
270 B
Makefile

# $FreeBSD$
PORTNAME= xprop
PORTVERSION= 1.2.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Property displayer for X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11
PLIST_FILES= bin/xprop man/man1/xprop.1.gz
.include <bsd.port.mk>