mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port: xf86ext taken from X.org release 6.7.0 at freedesktop.org:
Header files for miscellaneous XFree86 X Extensions
This commit is contained in:
parent
1812b8767d
commit
3c16277967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108790
@ -190,6 +190,7 @@
|
||||
SUBDIR += xdialog
|
||||
SUBDIR += xdtm
|
||||
SUBDIR += xextensions
|
||||
SUBDIR += xf86ext
|
||||
SUBDIR += xfce4-clipman-plugin
|
||||
SUBDIR += xfedor
|
||||
SUBDIR += xfishtank
|
||||
|
40
x11/xf86ext/Makefile
Normal file
40
x11/xf86ext/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: XF86Ext
|
||||
# Date Created: 7 May 2004
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XF86Ext
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/
|
||||
DISTNAME= X11R6.7.0-src1
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Header files for miscellaneous XFree86 X Extensions
|
||||
|
||||
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions
|
||||
|
||||
CONFLICTS= XFree86-libraries-*
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
DIST_SUBDIR= xorg
|
||||
WRKSRC= ${WRKDIR}/xc/include/extensions
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions
|
||||
NO_BUILD= yes
|
||||
|
||||
DEST=${PREFIX}/include/X11/extensions
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86mscstr.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86misc.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86vmstr.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86vmode.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86dga1str.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86dga1.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86dgastr.h ${DEST}
|
||||
${INSTALL_DATA} ${WRKSRC}/xf86dga.h ${DEST}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/xf86ext/distinfo
Normal file
2
x11/xf86ext/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xorg/X11R6.7.0-src1.tar.gz) = 22465263bae7a2e9f5ad77e172cf1ab5
|
||||
SIZE (xorg/X11R6.7.0-src1.tar.gz) = 30039655
|
3
x11/xf86ext/pkg-descr
Normal file
3
x11/xf86ext/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This package contains header files for miscellaneous XFree86 X Extensions.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xorg
|
8
x11/xf86ext/pkg-plist
Normal file
8
x11/xf86ext/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
include/X11/extensions/xf86mscstr.h
|
||||
include/X11/extensions/xf86misc.h
|
||||
include/X11/extensions/xf86vmstr.h
|
||||
include/X11/extensions/xf86vmode.h
|
||||
include/X11/extensions/xf86dga1str.h
|
||||
include/X11/extensions/xf86dga1.h
|
||||
include/X11/extensions/xf86dgastr.h
|
||||
include/X11/extensions/xf86dga.h
|
Loading…
Reference in New Issue
Block a user