freebsd-ports/x11/libXinerama/Makefile

29 lines
520 B
Makefile
Raw Normal View History

# New ports collection makefile for: libXinerama
# Date Created: 7 May, 2004
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXinerama
PORTVERSION= 1.1.1
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 Xinerama library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= x11 xext xextproto xineramaproto:both
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
MAN3= Xinerama.3 \
XineramaQueryExtension.3 \
XineramaQueryVersion.3 \
XineramaIsActive.3 \
XineramaQueryScreens.3
.include <bsd.port.mk>