mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
26 lines
461 B
Makefile
26 lines
461 B
Makefile
# 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>
|