diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libXTrap | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/libXTrap')
-rw-r--r-- | x11/libXTrap/Makefile | 21 | ||||
-rw-r--r-- | x11/libXTrap/distinfo | 3 | ||||
-rw-r--r-- | x11/libXTrap/pkg-descr | 4 | ||||
-rw-r--r-- | x11/libXTrap/pkg-plist | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/libXTrap/Makefile b/x11/libXTrap/Makefile new file mode 100644 index 000000000000..76c578b9986b --- /dev/null +++ b/x11/libXTrap/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libXTrap +# Date Created: 21 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXTrap +PORTVERSION= 1.0.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= The XTrap library + +XORG_CAT= lib +USE_XORG= trapproto:both x11 xext xextproto xt +USE_AUTOTOOLS= libtool:15 + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/x11/libXTrap/distinfo b/x11/libXTrap/distinfo new file mode 100644 index 000000000000..a901870b8f10 --- /dev/null +++ b/x11/libXTrap/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/libXTrap-1.0.0.tar.bz2) = 1e2d966b5b2b89910e418bb0f78e10de +SHA256 (xorg/lib/libXTrap-1.0.0.tar.bz2) = cfd12ce675bd5cdeac3720582741fe81a99343bef475d440cb34a7f2cdfe34ba +SIZE (xorg/lib/libXTrap-1.0.0.tar.bz2) = 220148 diff --git a/x11/libXTrap/pkg-descr b/x11/libXTrap/pkg-descr new file mode 100644 index 000000000000..22dcef586f24 --- /dev/null +++ b/x11/libXTrap/pkg-descr @@ -0,0 +1,4 @@ +This package contains libXTrap, the The X.Org XTrap library. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/libXTrap/pkg-plist b/x11/libXTrap/pkg-plist new file mode 100644 index 000000000000..0822c92809fd --- /dev/null +++ b/x11/libXTrap/pkg-plist @@ -0,0 +1,5 @@ +lib/libXTrap.so.6 +lib/libXTrap.so +lib/libXTrap.la +lib/libXTrap.a +libdata/pkgconfig/xtrap.pc |