mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
New port: Prerelease version of randrext from freedesktop.org:
Header files and documentation for the X Resize and Rotate extension 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
efa1a6e57e
commit
0d97eeaed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96372
@ -107,6 +107,7 @@
|
||||
SUBDIR += powershell
|
||||
SUBDIR += props
|
||||
SUBDIR += qrash
|
||||
SUBDIR += randrext
|
||||
SUBDIR += rox-wallpaper
|
||||
SUBDIR += ruby-X11
|
||||
SUBDIR += ruby-gnome
|
||||
|
24
x11/randrext/Makefile
Normal file
24
x11/randrext/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: randrext
|
||||
# Date Created: 24 Oct, 2003
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= randrext
|
||||
PORTVERSION= 1.0.p2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Header files and documentation for the X Resize and Rotate extension
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.0
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/randrext/distinfo
Normal file
1
x11/randrext/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (randrext-1.0.p2.tar.bz2) = acf974eecd2816305adcc6ee041771d4
|
11
x11/randrext/files/patch-Makefile.in
Normal file
11
x11/randrext/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sun Nov 9 23:46:04 2003
|
||||
+++ Makefile.in Sun Nov 9 23:46:14 2003
|
||||
@@ -119,7 +119,7 @@
|
||||
randrdocdir = $(datadir)/doc/randr
|
||||
randrdoc_DATA = protocol
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = randr.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh randr.pc.in $(randrdoc_DATA)
|
7
x11/randrext/pkg-descr
Normal file
7
x11/randrext/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This package contains header files and documentation for the X Resize and
|
||||
Rotate extension.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
5
x11/randrext/pkg-plist
Normal file
5
x11/randrext/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/X11/extensions/randr.h
|
||||
include/X11/extensions/randrproto.h
|
||||
libdata/pkgconfig/randr.pc
|
||||
%%DOCSDIR%%/protocol
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user