2004-05-07 22:14:19 +02:00
|
|
|
# New ports collection makefile for: libXinerama
|
|
|
|
# Date Created: 7 May, 2004
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXinerama
|
2004-05-11 09:20:58 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2004-05-07 22:14:19 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X11 Xinerama library
|
|
|
|
|
2004-05-11 19:53:35 +02:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
|
|
|
|
${X11BASE}/libdata/pkgconfig/panoramixext.pc:${PORTSDIR}/x11/panoramixext
|
2004-05-11 09:20:58 +02:00
|
|
|
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
|
2004-05-07 22:14:19 +02:00
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
2004-07-26 20:32:46 +02:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-05-07 22:14:19 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
2004-05-08 04:33:05 +02:00
|
|
|
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
2004-05-07 22:14:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|