mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port: libXinerama 1.1 freedesktop.org.
Testing is encouraged, but please do not use these ports as dependencies until a plan is made for handling the transition from XFree86.
This commit is contained in:
parent
af94e9c9a0
commit
48522c9040
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108636
@ -93,6 +93,7 @@
|
||||
SUBDIR += libXfixes
|
||||
SUBDIR += libXfont
|
||||
SUBDIR += libXi
|
||||
SUBDIR += libXinerama
|
||||
SUBDIR += libXpm
|
||||
SUBDIR += libXrandr
|
||||
SUBDIR += libXrender
|
||||
|
33
x11/libXinerama/Makefile
Normal file
33
x11/libXinerama/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: libXinerama
|
||||
# Date Created: 7 May, 2004
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libXinerama
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X11 Xinerama library
|
||||
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
||||
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
||||
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
||||
${LIB_PC_DEPENDS}
|
||||
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
|
||||
CONFLICTS= XFree86-libraries-*
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
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>
|
2
x11/libXinerama/distinfo
Normal file
2
x11/libXinerama/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libXinerama-1.0.1.tar.bz2) = 4760a399cadd1bdefadc0c3859de77a7
|
||||
SIZE (libXinerama-1.0.1.tar.bz2) = 194581
|
6
x11/libXinerama/pkg-descr
Normal file
6
x11/libXinerama/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains the X Extension library.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
6
x11/libXinerama/pkg-plist
Normal file
6
x11/libXinerama/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/X11/extensions/Xinerama.h
|
||||
lib/libXinerama.a
|
||||
lib/libXinerama.la
|
||||
lib/libXinerama.so
|
||||
lib/libXinerama.so.1
|
||||
libdata/pkgconfig/xinerama.pc
|
Loading…
Reference in New Issue
Block a user