compositeext moved to pkgsrc.
This commit is contained in:
parent
d04b4cede0
commit
f6d91bffa7
6 changed files with 2 additions and 64 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.1479 2004/09/29 23:46:41 adrian_p Exp $
|
||||
# $NetBSD: Makefile,v 1.1479 2004/09/29 23:46:41 adrian_p Exp $
|
||||
# $Id: Makefile,v 1.1480 2004/09/30 12:24:54 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.1480 2004/09/30 12:24:54 thomasklausner Exp $
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
||||
|
@ -84,7 +84,6 @@ SUBDIR+= cjk-latex-japanese
|
|||
SUBDIR+= cjk-latex-korean
|
||||
SUBDIR+= com_err
|
||||
SUBDIR+= compare
|
||||
SUBDIR+= compositeext
|
||||
SUBDIR+= cops
|
||||
SUBDIR+= copytape
|
||||
SUBDIR+= crawl
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
This package contains header files and documentation for the X composite
|
||||
extension. Library and server implementations are separate.
|
||||
|
||||
This is part of the freedesktop.org X Libraries and Protocol Headers
|
||||
Project.
|
|
@ -1,23 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/08/17 21:26:45 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= compositeext-2.0
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= http://freedesktop.org/~xlibs/release/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://xlibs.freedesktop.org/
|
||||
COMMENT= Headers and specification for X Composite extension
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= compositeext.pc.in
|
||||
|
||||
.include "../../x11/fixesext/buildlink3.mk"
|
||||
.include "../../x11/xextensions/buildlink3.mk"
|
||||
.include "../../devel/pkgconfig/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,6 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/11/27 01:25:06 xtraeme Exp $
|
||||
include/X11/extensions/composite.h
|
||||
include/X11/extensions/compositeproto.h
|
||||
lib/pkgconfig/compositeext.pc
|
||||
share/doc/compositeext/protocol
|
||||
@dirrm share/doc/compositeext
|
|
@ -1,23 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2004/08/17 21:26:45 thomasklausner Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use compositeext.
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
COMPOSITEEXT_BUILDLINK3_MK:= ${COMPOSITEEXT_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= compositeext
|
||||
.endif
|
||||
|
||||
.if !empty(COMPOSITEEXT_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= compositeext
|
||||
BUILDLINK_DEPENDS.compositeext?= compositeext>=2.0
|
||||
BUILDLINK_PKGSRCDIR.compositeext?= ../../wip/compositeext
|
||||
|
||||
.include "../../x11/fixesext/buildlink3.mk"
|
||||
.include "../../x11/xextensions/buildlink3.mk"
|
||||
|
||||
.endif # COMPOSITEEXT_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
@ -1,4 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2004/02/01 00:40:37 minskim Exp $
|
||||
|
||||
SHA1 (compositeext-2.0.tar.bz2) = 2cea8b9863eda2ef5f58ca57114c486e0578fe2d
|
||||
Size (compositeext-2.0.tar.bz2) = 41168 bytes
|
Loading…
Reference in a new issue