2004-05-07 22:14:19 +02:00
|
|
|
# New ports collection makefile for: libXinerama
|
|
|
|
# Date Created: 7 May, 2004
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXinerama
|
2010-05-01 13:41:07 +02:00
|
|
|
PORTVERSION= 1.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTEPOCH= 1
|
2004-05-07 22:14:19 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X11 Xinerama library
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
|
|
|
USE_XORG= x11 xext xextproto xineramaproto:both
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-05-07 22:14:19 +02:00
|
|
|
|
2007-07-02 19:09:53 +02:00
|
|
|
MAN3= Xinerama.3 \
|
|
|
|
XineramaQueryExtension.3 \
|
|
|
|
XineramaQueryVersion.3 \
|
|
|
|
XineramaIsActive.3 \
|
|
|
|
XineramaQueryScreens.3
|
|
|
|
|
2004-05-07 22:14:19 +02:00
|
|
|
.include <bsd.port.mk>
|