summaryrefslogtreecommitdiffstats
path: root/x11/libXrender/Makefile
blob: ae0698bf3d6c2ee4317583e9c702361b6f78a3d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Foxfair Hu <foxfair@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libXrender
PORTVERSION=    0.9.8
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X Render extension library

LICENSE=    MIT

XORG_CAT=   lib
USE_XORG=   x11 renderproto:both xproto:both

NO_STAGE=   yes
.include <bsd.port.mk>