2003-07-10 03:50:16 +02:00
|
|
|
# New ports collection makefile for: xrender
|
|
|
|
# Date Created: 2 Jul, 2003
|
|
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-12-22 03:04:46 +01:00
|
|
|
PORTNAME= libXrender
|
2004-01-25 09:00:09 +01:00
|
|
|
PORTVERSION= 0.8.4
|
2004-02-17 01:53:28 +01:00
|
|
|
PORTREVISION= 3
|
2004-01-25 09:00:09 +01:00
|
|
|
CATEGORIES= x11
|
2005-02-14 22:40:00 +01:00
|
|
|
MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
|
2003-07-10 03:50:16 +02:00
|
|
|
|
2003-12-22 03:04:46 +01:00
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2004-01-25 09:00:09 +01:00
|
|
|
COMMENT= X Render extension library
|
2003-07-10 03:50:16 +02:00
|
|
|
|
2004-02-08 02:22:46 +01:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
2004-02-17 01:53:28 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
|
|
|
|
${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
|
2004-01-25 15:45:21 +01:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext \
|
2003-12-22 03:04:46 +01:00
|
|
|
${LIB_PC_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
2003-07-10 03:50:16 +02:00
|
|
|
|
2004-07-26 20:32:46 +02:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-03-24 19:28:26 +01:00
|
|
|
|
2004-01-25 09:00:09 +01:00
|
|
|
USE_BZIP2= yes
|
2003-12-22 03:04:46 +01:00
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-22 03:04:46 +01:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2003-12-22 03:04:46 +01:00
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
2003-07-10 03:50:16 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-01-25 09:00:09 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2003-07-10 03:50:16 +02:00
|
|
|
|
2004-02-08 02:22:46 +01:00
|
|
|
.include <bsd.port.mk>
|