freebsd-ports/x11/xcb-proto/Makefile
Pav Lucistnik f51f574512 - Update to 1.6
PR:		ports/141224
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-12-12 23:31:47 +00:00

25 lines
516 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= 1.6
CATEGORIES= x11 python
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
USE_BZIP2= yes
USE_GNOME= gnomehack
USE_PYTHON= 2.5+
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/xcb
.include <bsd.port.mk>