diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 17:27:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 17:27:30 +0000 |
commit | a08defdd72813f49db70aefdfad560a48f27c385 (patch) | |
tree | 7c752e94afb4471e470c1f939ff96bd538780557 /x11/libICE | |
parent | 89aa055ffb91af7228283c7369d20776386b3488 (diff) | |
download | pkgsrc-a08defdd72813f49db70aefdfad560a48f27c385.tar.gz |
Import libICE-1.0.1 from pkgsrc-wip, the Inter Client Exchange
(ICE) library.
Diffstat (limited to 'x11/libICE')
-rw-r--r-- | x11/libICE/DESCR | 5 | ||||
-rw-r--r-- | x11/libICE/Makefile | 25 | ||||
-rw-r--r-- | x11/libICE/PLIST | 11 | ||||
-rw-r--r-- | x11/libICE/buildlink3.mk | 22 | ||||
-rw-r--r-- | x11/libICE/distinfo | 5 |
5 files changed, 68 insertions, 0 deletions
diff --git a/x11/libICE/DESCR b/x11/libICE/DESCR new file mode 100644 index 00000000000..bce9375ab47 --- /dev/null +++ b/x11/libICE/DESCR @@ -0,0 +1,5 @@ +This package contains library and header files for the ICE +extension for X. This is the Inter Client Exchange library. + +This is part of modular X.org project. + diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile new file mode 100644 index 00000000000..d95d2a09125 --- /dev/null +++ b/x11/libICE/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $ +# + +DISTNAME= libICE-1.0.1 +CATEGORIES= x11 devel +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Inter Client Exchange (ICE) library for X + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= ice.pc.in + +.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/xtrans/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/libICE/PLIST b/x11/libICE/PLIST new file mode 100644 index 00000000000..e5c4eb5289a --- /dev/null +++ b/x11/libICE/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $ +include/X11/ICE/ICE.h +include/X11/ICE/ICEconn.h +include/X11/ICE/ICElib.h +include/X11/ICE/ICEmsg.h +include/X11/ICE/ICEproto.h +include/X11/ICE/ICEutil.h +lib/libICE.la +lib/pkgconfig/ice.pc +@dirrm include/X11/ICE +@comment @dirrm include/X11 diff --git a/x11/libICE/buildlink3.mk b/x11/libICE/buildlink3.mk new file mode 100644 index 00000000000..25a3d6971b2 --- /dev/null +++ b/x11/libICE/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $ +# +# This Makefile fragment is included by packages that use libICE. +# +# This file was created automatically using createbuildlink-3.0. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBICE_BUILDLINK3_MK:= ${LIBICE_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= libICE +.endif + +.if !empty(LIBICE_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= libICE +BUILDLINK_API_DEPENDS.libICE+= libICE>=0.99.1 +BUILDLINK_PKGSRCDIR.libICE?= ../../x11/libICE + +.endif # LIBICE_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo new file mode 100644 index 00000000000..13cad54bc09 --- /dev/null +++ b/x11/libICE/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $ + +SHA1 (libICE-1.0.1.tar.bz2) = 2b7b19c4cb46eba5e2079fb00ef223c4cdd2b341 +RMD160 (libICE-1.0.1.tar.bz2) = 436b60c554a10581167137e5bf588b449a95defe +Size (libICE-1.0.1.tar.bz2) = 254145 bytes |