2003-12-21 19:54:18 -05:00
|
|
|
# New ports collection makefile for: libXi
|
|
|
|
# Date Created: 22 Nov, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXi
|
2004-01-25 03:28:21 -05:00
|
|
|
PORTVERSION= 6.0.1
|
2004-02-07 20:20:07 -05:00
|
|
|
PORTREVISION= 2
|
2003-12-21 19:54:18 -05:00
|
|
|
CATEGORIES= x11
|
2004-01-25 03:28:21 -05:00
|
|
|
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
2003-12-21 19:54:18 -05:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Input extension library
|
|
|
|
|
2004-02-07 20:20:07 -05:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
|
|
|
|
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions
|
2004-01-25 03:28:21 -05:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
2003-12-21 19:54:18 -05:00
|
|
|
${LIB_PC_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
2004-03-24 13:28:26 -05:00
|
|
|
CONFLICTS= XFree86-libraries-*
|
|
|
|
|
2003-12-21 19:54:18 -05:00
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
2004-03-14 01:17:56 -05:00
|
|
|
USE_LIBTOOL_VER=13
|
2003-12-21 19:54:18 -05:00
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-01-25 03:28:21 -05:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2003-12-21 19:54:18 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|