aboutsummaryrefslogtreecommitdiff
path: root/x11/libXfixes/Makefile
blob: cd0b4029a3ba8ecd88e2976ea9909502a67d8e67 (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.3
CATEGORIES=	x11

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

XORG_CAT=	lib
USE_XORG=	x11 fixesproto:both xproto xextproto

MAN3=		Xfixes.3

.include <bsd.port.mk>