2003-12-22 01:02:26 +00:00
|
|
|
# New ports collection makefile for: libXext
|
|
|
|
# Date Created: 29 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXext
|
2004-05-11 07:19:50 +00:00
|
|
|
PORTVERSION= 6.4.3
|
2003-12-22 01:02:26 +00:00
|
|
|
CATEGORIES= x11
|
2005-02-14 21:40:00 +00:00
|
|
|
MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
|
2003-12-22 01:02:26 +00:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X11 Extension library
|
|
|
|
|
2004-05-10 03:14:06 +00:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
|
|
|
${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
|
|
|
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
|
2003-12-22 01:02:26 +00:00
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
2004-07-26 18:32:46 +00:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-03-24 18:28:26 +00:00
|
|
|
|
2003-12-22 01:02:26 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-22 01:02:26 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-01-25 08:25:48 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2003-12-22 01:02:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|