summaryrefslogtreecommitdiff
path: root/x11/xcb/Makefile
blob: 7fafce7fcbe681547be4af82fc33f5b474ff02e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: jkh
# $FreeBSD$

PORTNAME=	xcb
PORTVERSION=	2.4
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	http://oldhome.schmorp.de/marc/data/ \
		http://ftp.lyx.org/pub/pcg/marc/ \
		http://fossies.org/unix/misc/old/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool for managing x11 cut-buffers

LICENSE=	MIT

USES=		imake
USE_XORG=	ice sm x11 xaw xext xmu xt

MAN1=		xcb.1
PLIST_FILES=	bin/xcb \
		lib/X11/app-defaults/Xcb

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