diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-30 10:10:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-30 10:10:28 +0800 |
commit | c5f63aad16be126cb9e703e53a28acaf9f7ed6ef (patch) | |
tree | cb62682b7b458115a0049dbb6e2812aa5610b31c /x11/pixman/Makefile | |
parent | e899e58292bbf01373f4e173089d758138659814 (diff) | |
download | marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.gz marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.bz2 marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.lz marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.xz marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.zst marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.zip |
Update to 0.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10840 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r-- | x11/pixman/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile new file mode 100644 index 000000000..ccc3d807d --- /dev/null +++ b/x11/pixman/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pixman +# Date Created: Aug 9 2003 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11/pixman/Makefile,v 1.5 2007/11/09 11:50:50 flz Exp $ +# + +PORTNAME= pixman +PORTVERSION= 0.10.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Low-level pixel manipulation library + +XORG_CAT= lib + +post-patch: + @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ + -e 's|-msse||' ${WRKSRC}/configure + +.include <bsd.port.mk> |