Import printproto-1.0.3 from pkgsrc-wip:
Definitions needed by the X Print server, library, and clients. From the modular X.org X11 project.
This commit is contained in:
parent
cb35795943
commit
3602a7eeba
5 changed files with 58 additions and 0 deletions
3
x11/printproto/DESCR
Normal file
3
x11/printproto/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Definitions needed by the X Print server, library, and clients.
|
||||
|
||||
From the modular X.org X11 project.
|
22
x11/printproto/Makefile
Normal file
22
x11/printproto/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 19:53:21 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= printproto-1.0.3
|
||||
CATEGORIES= x11 print
|
||||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= joerg@NetBSD.org
|
||||
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/proto/
|
||||
COMMENT= Print extension headers from X.org
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= printproto.pc.in
|
||||
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
x11/printproto/PLIST
Normal file
5
x11/printproto/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 19:53:21 joerg Exp $
|
||||
include/X11/extensions/Print.h
|
||||
include/X11/extensions/Printstr.h
|
||||
lib/pkgconfig/printproto.pc
|
||||
@comment @dirrm include/X11/extensions
|
23
x11/printproto/buildlink3.mk
Normal file
23
x11/printproto/buildlink3.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 19:53:21 joerg Exp $
|
||||
|
||||
BUILDLINK_DEPMETHOD.printproto?= build
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
PRINTPROTO_BUILDLINK3_MK:= ${PRINTPROTO_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= printproto
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nprintproto}
|
||||
BUILDLINK_PACKAGES+= printproto
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}printproto
|
||||
|
||||
.if ${PRINTPROTO_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.printproto+= printproto>=1.0.3
|
||||
BUILDLINK_PKGSRCDIR.printproto?= ../../x11/printproto
|
||||
.endif # PRINTPROTO_BUILDLINK3_MK
|
||||
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
x11/printproto/distinfo
Normal file
5
x11/printproto/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/11/03 19:53:21 joerg Exp $
|
||||
|
||||
SHA1 (printproto-1.0.3.tar.bz2) = c9b62c20ed50ce44c4835d5fd2d1bb52af66f75f
|
||||
RMD160 (printproto-1.0.3.tar.bz2) = af2312cd43efc2d2d26dd161a4ef667f2a928155
|
||||
Size (printproto-1.0.3.tar.bz2) = 43560 bytes
|
Loading…
Reference in a new issue