1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/xcb/Makefile
Baptiste Daroussin 40f0ccd881 Support stage
2013-12-13 23:51:48 +00:00

25 lines
456 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
PLIST_FILES= bin/xcb \
lib/X11/app-defaults/Xcb \
man/man1/xcb.1.gz
.include <bsd.port.mk>