aboutsummaryrefslogtreecommitdiffstats
path: root/x11/pixman/Makefile
blob: 14d07ef98643965192f37a16217e92271d84ae7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   pixman
PORTVERSION=    0.32.4
PORTREVISION=   2
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Low-level pixel manipulation library

USES=       perl5
USE_PERL5=  build
XORG_CAT=   lib
CONFIGURE_ARGS= --disable-gtk
INSTALL_TARGET= install-strip

.include <bsd.port.mk>