summaryrefslogtreecommitdiff
path: root/x11/xlogout/Makefile
blob: f2a70a8bd5aaa38f3f1cbb8335fe3adda83d0dee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	xlogout
PORTVERSION=	1.1
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.tu-darmstadt.de/pub/X11/other/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	Simple logout button

USES=		imake
WRKSRC=		${WRKDIR}/xlogout
USE_XORG=	ice sm x11 xaw xext xmu xpm xt
MAN1=		xlogout.1

PLIST_FILES=	bin/xlogout \
		lib/X11/app-defaults/XLogout

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