aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb/Makefile
blob: fb96340a45c7e09303a227d45b9580ffbef802a9 (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
# Created by: jkh

PORTNAME=	xcb
PORTVERSION=	2.4
PORTREVISION=	3
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 xorg
USE_XORG=	ice sm x11 xaw xext xmu xt

PLIST_FILES=	bin/xcb \
		lib/X11/app-defaults/Xcb \
		man/man1/xcb.1.gz

.include <bsd.port.mk>