diff options
-rw-r--r-- | graphics/libpixman/Makefile | 35 | ||||
-rw-r--r-- | graphics/libpixman/distinfo | 2 | ||||
-rw-r--r-- | graphics/libpixman/pkg-descr | 4 |
3 files changed, 0 insertions, 41 deletions
diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile deleted file mode 100644 index 5c9c6b5a6..000000000 --- a/graphics/libpixman/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libpixman -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD: ports/graphics/libpixman/Makefile,v 1.9 2005/05/18 17:37:47 ahze Exp $ -# - -PORTNAME= libpixman -PORTVERSION= 0.1.6 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Pixel region library - -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= pkgconfig gnometarget gnomehack -INSTALLS_SHLIB= yes - -PLIST_FILES= include/pixman.h \ - lib/libpixman.a \ - lib/libpixman.so \ - lib/libpixman.so.1 \ - libdata/pkgconfig/libpixman.pc - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/pixman.h -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/libpixman/distinfo b/graphics/libpixman/distinfo deleted file mode 100644 index 54ab93735..000000000 --- a/graphics/libpixman/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libpixman-0.1.6.tar.gz) = 4af4bbf35840016f40f287a0bb6526b1 -SIZE (libpixman-0.1.6.tar.gz) = 387830 diff --git a/graphics/libpixman/pkg-descr b/graphics/libpixman/pkg-descr deleted file mode 100644 index d228f60c1..000000000 --- a/graphics/libpixman/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A generic library for manipulating pixel regions. A PixRegion is a set of -Y-X banded rectangles that cover the desired region. - -WWW: http://cairographics.org/ |