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

X Fixes 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-22 00:30:35 +00:00
parent 72887b1ed1
commit 2005bec2e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96384
6 changed files with 53 additions and 0 deletions

View File

@ -38,6 +38,7 @@
SUBDIR += eterm
SUBDIR += eweather
SUBDIR += fbsd-icons
SUBDIR += fixesext
SUBDIR += fluxbg
SUBDIR += fspanel
SUBDIR += gdkxft

29
x11/fixesext/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: fixesext
# Date Created: 29 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fixesext
PORTVERSION= 2.0.p2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
MAINTAINER= x11@FreeBSD.org
COMMENT= X Fixes extension headers and specification
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions
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>

1
x11/fixesext/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (fixesext-2.0.p2.tar.bz2) = 386ee5346f162c443bd8c8905784491c

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Sun Nov 9 22:38:12 2003
+++ Makefile.in Sun Nov 9 22:38:22 2003
@@ -125,7 +125,7 @@
fixesextdocdir = $(datadir)/doc/fixesext
fixesextdoc_DATA = protocol
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = fixesext.pc
EXTRA_DIST = autogen.sh fixesext.pc.in $(fixesextdoc_DATA)

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

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

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

@ -0,0 +1,5 @@
include/X11/extensions/xfixesproto.h
include/X11/extensions/xfixeswire.h
libdata/pkgconfig/fixesext.pc
%%DOCSDIR%%/protocol
@dirrm %%DOCSDIR%%