aboutsummaryrefslogtreecommitdiffstats
path: root/x11/pixman/Makefile
blob: 43d7a1cf1203d64bf4533bc01b5911a1fb46e386 (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=   1
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>