4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# 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 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>
|