1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/xcb-proto/Makefile
Alejandro Pulver 67973ea154 The X protocol C-language Binding (XCB) is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.

WWW: http://xcb.freedesktop.org/

- Ashish Shukla
wahjava@gmail.com

PR:		ports/102446
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2006-10-08 16:09:22 +00:00

27 lines
573 B
Makefile

# New ports collection makefile for: xcb-proto
# Date Created: 2006-08-23
# Whom: Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xcb-proto
PORTVERSION= 0.9.92
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= wahjava@gmail.com
COMMENT= The X protocol C-language Binding (XCB) protocol
BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
PREFIX?= ${X11BASE}
USE_BZIP2= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
DATADIR= ${PREFIX}/share/xcb
.include <bsd.port.mk>