summaryrefslogtreecommitdiffstats
path: root/x11/libXinerama/Makefile
blob: 36d4766db05794a073a8e4595464e540bd915b38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   libXinerama
# Date Created:         7 May, 2004
# Whom:             Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11/libXinerama/Makefile,v 1.17 2010/12/04 07:34:04 ade Exp $
#

PORTNAME=   libXinerama
PORTVERSION=    1.1
PORTEPOCH=  1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X11 Xinerama library

XORG_CAT=   lib
USE_XORG=   x11 xext xextproto xineramaproto:both
USE_AUTOTOOLS=  libtool

MAN3=       Xinerama.3 \
        XineramaQueryExtension.3 \
        XineramaQueryVersion.3 \
        XineramaIsActive.3 \
        XineramaQueryScreens.3

.include <bsd.port.mk>