mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
50d9834808
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
19 lines
270 B
Makefile
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>
|