diff options
-rw-r--r-- | x11/pixman/Makefile | 37 | ||||
-rw-r--r-- | x11/pixman/distinfo | 3 | ||||
-rw-r--r-- | x11/pixman/pkg-descr | 6 | ||||
-rw-r--r-- | x11/pixman/pkg-plist | 8 |
4 files changed, 0 insertions, 54 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile deleted file mode 100644 index f6d29bd61..000000000 --- a/x11/pixman/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: pixman -# Date Created: Aug 9 2003 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pixman -PORTVERSION= 0.18.4 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Low-level pixel manipulation library - -XORG_CAT= lib -USE_AUTOTOOLS= libtool:22 -USE_PERL5_BUILD=yes -USE_GNOME= ltverhack:9 - -OPTIONS= SIMD "Enable autodection of SIMD features (MMX, SSE2, VMX)" off - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SIMD) -CONFIGURE_ARGS= --disable-vmx --disable-arm-simd - -.if ${ARCH:Namd64} -CONFIGURE_ARGS+= --disable-mmx --disable-sse2 -.endif - -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo deleted file mode 100644 index f655c4480..000000000 --- a/x11/pixman/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xorg/lib/pixman-0.18.4.tar.bz2) = c1d69aaddba8c1e046d26ac125da95bf -SHA256 (xorg/lib/pixman-0.18.4.tar.bz2) = 399d2084f9f94cf51950a6a34edf8badd43f96f48039ff7a2e9193628eae30f1 -SIZE (xorg/lib/pixman-0.18.4.tar.bz2) = 421626 diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr deleted file mode 100644 index a2150dc24..000000000 --- a/x11/pixman/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package contains the pixman library. - -WWW: http://www.freedesktop.org/Software/xlibs - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist deleted file mode 100644 index 66d6a4342..000000000 --- a/x11/pixman/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/pixman-1/pixman-version.h -include/pixman-1/pixman.h -lib/libpixman-1.a -lib/libpixman-1.la -lib/libpixman-1.so -lib/libpixman-1.so.9 -libdata/pkgconfig/pixman-1.pc -@dirrm include/pixman-1 |