diff options
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r-- | x11/pixman/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile new file mode 100644 index 0000000..e8a8062 --- /dev/null +++ b/x11/pixman/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pixman +# Date Created: Aug 9 2003 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pixman +PORTVERSION= 0.9.5 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Low-level pixel manipulation library + +XORG_CAT= lib +WANT_GNOME= yes + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgtk20} != "" || defined(WITH_GTK2) +USE_GNOME= gtk20 +.endif + +.include <bsd.port.post.mk> |