blob: e8a806239d3f0927f2568ec4c83ac1688d639be2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
|