1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/xrdb/Makefile
Niclas Zeising 662a0b0e42 x11/xrdb: Update to 1.1.1
Summary of changes:
* Autoconf fixes
* Source style fixes
* Compiler warning fixes
* Code cleanup
2018-05-10 14:31:39 +00:00

16 lines
236 B
Makefile

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