1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

New port: Prerelease version of compositeext from freedesktop.org:

X Composite extension headers and specification

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:
Eric Anholt 2003-12-27 01:32:08 +00:00
parent 7ee04b912d
commit 81521106a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96663
6 changed files with 53 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += buttonbox
SUBDIR += chameleon
SUBDIR += cnslock
SUBDIR += compositeext
SUBDIR += damageext
SUBDIR += decurs
SUBDIR += deskmenu

29
x11/compositeext/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: compositeext
# Date Created: 13 Nov, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= compositeext
PORTVERSION= 2.0.p1
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
MAINTAINER= x11@FreeBSD.org
COMMENT= X Composite extension headers and specification
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
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}-2.0
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (compositeext-2.0.p1.tar.bz2) = 2cb608e6d69c190bdf1d74f8f6eae060

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Thu Nov 13 13:47:39 2003
+++ Makefile.in Thu Nov 13 13:54:09 2003
@@ -126,7 +126,7 @@
compositeextdocdir = $(datadir)/doc/compositeext
compositeextdoc_DATA = protocol
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = compositeext.pc
EXTRA_DIST = autogen.sh compositeext.pc.in $(compositeextdoc_DATA)

View File

@ -0,0 +1,6 @@
This package contains the X Composite extension headers and specification
WWW: http://www.freedesktop.org/Software/xlibs
- Eric Anholt
anholt@FreeBSD.org

View File

@ -0,0 +1,5 @@
include/X11/extensions/composite.h
include/X11/extensions/compositeproto.h
libdata/pkgconfig/compositeext.pc
%%DOCSDIR%%/protocol
@dirrm %%DOCSDIR%%