2004-01-25 11:15:39 +01:00
|
|
|
# New ports collection makefile for: libXt
|
|
|
|
# Date Created: 25 Jan, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXt
|
2004-05-07 21:06:32 +02:00
|
|
|
PORTVERSION= 0.1.5
|
2004-01-25 11:15:39 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2005-02-14 22:40:00 +01:00
|
|
|
MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
|
2004-01-25 11:15:39 +01:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Toolkit library
|
|
|
|
|
2004-03-28 04:16:11 +02:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
|
|
|
|
${X11BASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM
|
2004-05-09 10:05:54 +02:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
|
|
|
${LIB_PC_DEPENDS}
|
2004-01-25 11:15:39 +01:00
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
2004-07-26 20:32:46 +02:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-03-28 14:46:25 +02:00
|
|
|
|
2004-01-25 11:15:39 +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}
|
2004-01-25 11:15:39 +01:00
|
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|