1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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

X Damage 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:31:16 +00:00
parent 5ca680f076
commit 7ee04b912d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96661
6 changed files with 53 additions and 0 deletions

View File

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

29
x11/damageext/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: damageext
# Date Created: 29 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= damageext
PORTVERSION= 1.0.p1
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
MAINTAINER= x11@FreeBSD.org
COMMENT= X Damage 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}-1.0
.include <bsd.port.mk>

1
x11/damageext/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (damageext-1.0.p1.tar.bz2) = 1c94a5f1d859013e426939fcb04a8323

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Sun Nov 9 22:39:47 2003
+++ Makefile.in Sun Nov 9 22:40:08 2003
@@ -125,7 +125,7 @@
damageextdocdir = $(datadir)/doc/damageext
damageextdoc_DATA = protocol
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = damageext.pc
EXTRA_DIST = autogen.sh damageext.pc.in $(damageextdoc_DATA)

6
x11/damageext/pkg-descr Normal file
View File

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

5
x11/damageext/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
include/X11/extensions/damageproto.h
include/X11/extensions/damagewire.h
libdata/pkgconfig/damageext.pc
%%DOCSDIR%%/protocol
@dirrm %%DOCSDIR%%