aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xcb/Makefile
blob: be5fe28cf6eb296688c399b94a329011641e886c (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
# Created by: jkh
# $FreeBSD$

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
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>