2003-12-27 02:34:43 +01:00
|
|
|
# New ports collection makefile for: libXext
|
|
|
|
# Date Created: 29 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXcomposite
|
2004-01-25 09:23:09 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2004-02-22 07:11:15 +01:00
|
|
|
PORTREVISION= 2
|
2003-12-27 02:34:43 +01:00
|
|
|
CATEGORIES= x11
|
2005-07-11 21:44:00 +02:00
|
|
|
MASTER_SITES= http://xlibs.freedesktop.org/release/
|
2003-12-27 02:34:43 +01:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Composite extension library
|
|
|
|
|
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
|
2004-01-25 09:23:09 +01:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/compositeext.pc:${PORTSDIR}/x11/compositeext \
|
2004-02-22 07:11:15 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
2003-12-27 02:34:43 +01:00
|
|
|
${LIB_PC_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-27 02:34:43 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-01-25 09:23:09 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2003-12-27 02:34:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|