2003-12-22 03:13:59 +01:00
|
|
|
# New ports collection makefile for: libXrandr
|
|
|
|
# Date Created: 9 Nov, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXrandr
|
2004-01-25 09:30:47 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-12-22 03:13:59 +01:00
|
|
|
CATEGORIES= x11
|
2005-02-14 22:40:00 +01:00
|
|
|
MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
|
2003-12-22 03:13:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Resize and Rotate extension library
|
|
|
|
|
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
|
2004-01-25 09:30:47 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/randr.pc:${PORTSDIR}/x11/randrext \
|
2003-12-22 03:13:59 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
2004-03-11 19:21:29 +01:00
|
|
|
${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext \
|
2003-12-22 03:13:59 +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 03:13:59 +01:00
|
|
|
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-22 03:13:59 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-01-25 09:30:47 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2003-12-22 03:13:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|