2003-12-21 20:49:54 +01:00
|
|
|
# New ports collection makefile for: libX11
|
|
|
|
# Date Created: 28 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libX11
|
2011-02-25 17:52:50 +01:00
|
|
|
PORTVERSION= 1.3.6
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTEPOCH= 1
|
2003-12-21 20:49:54 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X11 library
|
|
|
|
|
2009-03-13 10:10:37 +01:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb \
|
|
|
|
${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros
|
2009-01-23 17:34:50 +01:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
|
|
|
|
|
2008-03-13 11:33:56 +01:00
|
|
|
XORG_CAT= lib
|
|
|
|
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
|
|
|
|
kbproto:both inputproto xf86bigfontproto xproto:both
|
2009-03-13 10:46:27 +01:00
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
|
2011-02-25 17:52:50 +01:00
|
|
|
--with-xcb=yes \
|
|
|
|
--disable-specs
|
2010-05-01 13:41:07 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_PS2PDF=""
|
2003-12-21 20:49:54 +01:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
.include "${.CURDIR}/manpages"
|
2009-01-23 17:34:50 +01:00
|
|
|
.include <bsd.port.mk>
|