2003-12-22 01:23:26 +01:00
|
|
|
# New ports collection makefile for: libXext
|
|
|
|
# Date Created: 29 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXres
|
2004-01-25 09:31:13 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2004-03-11 19:17:53 +01:00
|
|
|
PORTREVISION= 4
|
2003-12-22 01:23:26 +01:00
|
|
|
CATEGORIES= x11
|
2005-02-14 22:40:00 +01:00
|
|
|
MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
|
2003-12-22 01:23:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Resource usage library
|
|
|
|
|
2004-02-08 02:26:02 +01:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
|
2004-03-11 19:22:34 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
|
2004-01-25 09:31:13 +01:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \
|
2004-02-22 07:11:15 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
2004-03-11 19:22:34 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
2003-12-22 01:23:26 +01:00
|
|
|
${LIB_PC_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
2004-07-26 20:32:46 +02:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-03-24 19:28:26 +01:00
|
|
|
|
2003-12-22 01:23:26 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-22 01:23:26 +01:00
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-01-25 09:31:13 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2003-12-22 01:23:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|