Update to 2.0
This commit is contained in:
parent
8b3e4807c5
commit
9d81f01373
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99016
3 changed files with 5 additions and 17 deletions
|
@ -6,16 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= compositeext
|
||||
PORTVERSION= 2.0.p1
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X Composite 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}
|
||||
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -24,6 +23,6 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-2.0
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (compositeext-2.0.p1.tar.bz2) = 2cb608e6d69c190bdf1d74f8f6eae060
|
||||
MD5 (compositeext-2.0.tar.bz2) = 315ce9665059f1b2f4067cc8bd7ecf44
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig Thu Nov 13 13:47:39 2003
|
||||
+++ Makefile.in Thu Nov 13 13:54:09 2003
|
||||
@@ -126,7 +126,7 @@
|
||||
compositeextdocdir = $(datadir)/doc/compositeext
|
||||
compositeextdoc_DATA = protocol
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = compositeext.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh compositeext.pc.in $(compositeextdoc_DATA)
|
Loading…
Reference in a new issue