mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
28 lines
697 B
Makefile
28 lines
697 B
Makefile
# New ports collection makefile for: libX11
|
|
# Date Created: 28 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libX11
|
|
PORTVERSION= 1.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 library
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
|
|
kbproto:both inputproto xf86bigfontproto xproto:both
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ARGS+= --enable-xdmauth --datadir=${PREFIX}/lib \
|
|
--with-xcb=yes
|
|
|
|
.include "${.CURDIR}/manpages"
|
|
.include <bsd.port.mk>
|