mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
1be4e3cbd5
Stagify.
18 lines
252 B
Makefile
18 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xauth
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X authority file utility
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xau xext xmuu
|
|
|
|
PLIST_FILES= bin/xauth man/man1/xauth.1.gz
|
|
|
|
.include <bsd.port.mk>
|