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

PORTNAME=   libXfixes
PORTVERSION=    4.0.3
PORTREVISION=   1
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>