mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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:
parent
72887b1ed1
commit
2005bec2e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96384
@ -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
29
x11/fixesext/Makefile
Normal 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
1
x11/fixesext/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fixesext-2.0.p2.tar.bz2) = 386ee5346f162c443bd8c8905784491c
|
11
x11/fixesext/files/patch-Makefile.in
Normal file
11
x11/fixesext/files/patch-Makefile.in
Normal 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
6
x11/fixesext/pkg-descr
Normal 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
5
x11/fixesext/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/X11/extensions/xfixesproto.h
|
||||
include/X11/extensions/xfixeswire.h
|
||||
libdata/pkgconfig/fixesext.pc
|
||||
%%DOCSDIR%%/protocol
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user