aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXfixes/Makefile
blob: 832b47796c8673b0c720b250ba7f556049facb21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:   libXext
# Date Created:         29 Oct, 2003
# Whom:             Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libXfixes
PORTVERSION=    4.0.4
CATEGORIES= x11

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

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

MAN3=       Xfixes.3

.include <bsd.port.mk>