mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port: Prerelease version of libXres from freedesktop.org:
X Resource usage library Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them.
This commit is contained in:
parent
57469047c8
commit
1f7ea8c5d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96380
@ -77,6 +77,7 @@
|
||||
SUBDIR += libX11
|
||||
SUBDIR += libXau
|
||||
SUBDIR += libXfont
|
||||
SUBDIR += libXres
|
||||
SUBDIR += libXtrans
|
||||
SUBDIR += libcapplet
|
||||
SUBDIR += libdnd
|
||||
|
32
x11/libXres/Makefile
Normal file
32
x11/libXres/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: libXext
|
||||
# Date Created: 29 Oct, 2003
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libXres
|
||||
PORTVERSION= 1.0.1.p1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X Resource usage library
|
||||
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
|
||||
${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \
|
||||
${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
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.1
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/libXres/distinfo
Normal file
1
x11/libXres/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libXres-1.0.1.p1.tar.bz2) = ee16c4d5e730ea28f1c62230ce78be44
|
11
x11/libXres/files/patch-Makefile.in
Normal file
11
x11/libXres/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sun Dec 21 16:10:44 2003
|
||||
+++ Makefile.in Sun Dec 21 16:16:52 2003
|
||||
@@ -177,7 +177,7 @@
|
||||
libXResincludedir = $(includedir)/X11/extensions
|
||||
libXResinclude_HEADERS = XRes.h
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = xres.pc
|
||||
|
||||
EXTRA_DIST = xres.pc.in autogen.sh
|
6
x11/libXres/pkg-descr
Normal file
6
x11/libXres/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains the X Resource usage library.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
6
x11/libXres/pkg-plist
Normal file
6
x11/libXres/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/X11/extensions/XRes.h
|
||||
lib/libXRes.a
|
||||
lib/libXRes.la
|
||||
lib/libXRes.so
|
||||
lib/libXRes.so.0
|
||||
libdata/pkgconfig/xres.pc
|
Loading…
Reference in New Issue
Block a user