mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port: Prerelease version of resourceext from freedesktop.org:
X Resource usage extension headers 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
690c6d648f
commit
57469047c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96378
@ -108,6 +108,7 @@
|
||||
SUBDIR += props
|
||||
SUBDIR += qrash
|
||||
SUBDIR += randrext
|
||||
SUBDIR += resourceext
|
||||
SUBDIR += rox-wallpaper
|
||||
SUBDIR += ruby-X11
|
||||
SUBDIR += ruby-gnome
|
||||
|
24
x11/resourceext/Makefile
Normal file
24
x11/resourceext/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: resourceext
|
||||
# Date Created: 29 Oct, 2003
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= resourceext
|
||||
PORTVERSION= 1.0.p1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X Resource usage extension headers
|
||||
|
||||
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/resourceext/distinfo
Normal file
1
x11/resourceext/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (resourceext-1.0.p1.tar.bz2) = 2a5763c2d7ebbd6cfe8382387c6235a7
|
11
x11/resourceext/files/patch-Makefile.in
Normal file
11
x11/resourceext/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sun Nov 9 22:34:12 2003
|
||||
+++ Makefile.in Sun Nov 9 22:34:22 2003
|
||||
@@ -119,7 +119,7 @@
|
||||
resourceextdocdir = $(datadir)/doc/XResource
|
||||
resourceextdoc_DATA =
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = resourceext.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh resourceext.pc.in $(resourceextdoc_DATA)
|
6
x11/resourceext/pkg-descr
Normal file
6
x11/resourceext/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains the X Resource extension headers
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
2
x11/resourceext/pkg-plist
Normal file
2
x11/resourceext/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
include/X11/extensions/XResproto.h
|
||||
libdata/pkgconfig/resourceext.pc
|
Loading…
Reference in New Issue
Block a user