ef0df2863f
integer overflow security vulnerabilities). While I haven't compile-tested this, the patch applies and I think it should be correct, and if it doesn't work then this should be marked FORBIDDEN anyway. Approved by: portmgr
35 lines
878 B
Makefile
35 lines
878 B
Makefile
# New ports collection makefile for: libXpm
|
|
# Date Created: 25 Jan, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXpm
|
|
PORTVERSION= 3.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Pixmap library
|
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
|
${LIB_PC_DEPENDS}
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
|
|
|
USE_BZIP2= yes
|
|
PREFIX?= ${X11BASE}
|
|
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_INC_LIBTOOL_VER=13
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
INSTALLS_SHLIB= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
.include <bsd.port.mk>
|