aboutsummaryrefslogtreecommitdiff
path: root/x11/iceauth/Makefile
blob: 8748e3459421fb43f68cbb8c12153520ce1eb5a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	iceauth
PORTVERSION=	1.0.6
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	ICE authority file utility for X

LICENSE=	MIT

XORG_CAT=	app
USE_XORG=	xproto ice

PLIST_FILES=	bin/iceauth

MAN1=		iceauth.1

NO_STAGE=	yes
.include <bsd.port.mk>