1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11/xrdb/Makefile
Niclas Zeising c713baa03c x11/xrdb: Update to 1.2.0
Update x11/xrdb to 1.2.0.
Add license information

This release adds a -E flag to see the preprocessor command issued and
the output of the preprocessor, to aid in debugging.

Changelog:
https://lists.x.org/archives/xorg/2019-February/059616.html

PR:		236088
Submitted by:	Samy Mahmoudi
2019-03-06 21:30:03 +00:00

19 lines
282 B
Makefile

# $FreeBSD$
PORTNAME= xrdb
PORTVERSION= 1.2.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X server resource database utility
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= xmuu x11
PLIST_FILES= bin/xrdb man/man1/xrdb.1.gz
.include <bsd.port.mk>