mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
662a0b0e42
Summary of changes: * Autoconf fixes * Source style fixes * Compiler warning fixes * Code cleanup
16 lines
236 B
Makefile
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>
|