aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXfixes/Makefile
blob: b0b5c9b5f12e661a8aca90ac70a2ad3a99646197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libXfixes
PORTVERSION=    5.0.1
CATEGORIES= x11

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

LICENSE=    MIT

XORG_CAT=   lib
USE_XORG=   x11 fixesproto:both xproto:both xextproto

MAN3=       Xfixes.3

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