mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
67973ea154
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>
27 lines
573 B
Makefile
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>
|