mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port: X Pixmap library from freedesktop.org
Testing is encouraged, but please do not use these ports as dependencies until the XFree86 ports have been updated to depend on them.
This commit is contained in:
parent
c1baf24316
commit
a60d3aa895
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99042
@ -90,6 +90,7 @@
|
||||
SUBDIR += libXfixes
|
||||
SUBDIR += libXfont
|
||||
SUBDIR += libXi
|
||||
SUBDIR += libXpm
|
||||
SUBDIR += libXrandr
|
||||
SUBDIR += libXrender
|
||||
SUBDIR += libXres
|
||||
|
31
x11/libXpm/Makefile
Normal file
31
x11/libXpm/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: libXpm
|
||||
# Date Created: 25 Jan, 2003
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libXpm
|
||||
PORTVERSION= 3.5.0
|
||||
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}
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_LIBTOOL= yes
|
||||
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/libXpm/distinfo
Normal file
1
x11/libXpm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libXpm-3.5.0.tar.bz2) = 9c0989b118ae29b5d68d93685504a9cb
|
6
x11/libXpm/pkg-descr
Normal file
6
x11/libXpm/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains the X Pixmap library.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
5
x11/libXpm/pkg-plist
Normal file
5
x11/libXpm/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/libXpm.a
|
||||
lib/libXpm.la
|
||||
lib/libXpm.so
|
||||
lib/libXpm.so.3
|
||||
libdata/pkgconfig/xpm.pc
|
Loading…
Reference in New Issue
Block a user