opnsense-ports/x11/xcb/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
456 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
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>