freebsd-ports/x11/libX11/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
776 B
Makefile

# New ports collection makefile for: libX11
# Date Created: 28 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libX11
PORTVERSION= 1.1.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 library
.if defined(WITH_XCB)
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xcb-xlib.pc:${PORTSDIR}/x11/libxcb
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_ARGS= --with-xcb=yes
PLIST_SUB+= XCB=""
.else
CONFIGURE_ARGS= --with-xcb=no
PLIST_SUB+= XCB="@comment "
.endif
XORG_CAT= lib
USE_XORG= bigreqsproto xau xdmcp xextproto xtrans xcmiscproto kbproto:both \
inputproto:both xf86bigfontproto xproto:both
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+= --enable-xdmauth
.include "${.CURDIR}/manpages"
.include <bsd.port.mk>