mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
9330fe32d6
PR: ports/113584 (without pkg-plist removal) Submitted by: chinsan
29 lines
568 B
Makefile
29 lines
568 B
Makefile
# New ports collection makefile for: libXinerama
|
|
# Date Created: 7 May, 2004
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXinerama
|
|
PORTVERSION= 1.0.2
|
|
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:15
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN3= Xinerama.3 \
|
|
XineramaQueryExtension.3 \
|
|
XineramaQueryVersion.3 \
|
|
XineramaIsActive.3 \
|
|
XineramaQueryScreens.3
|
|
|
|
.include <bsd.port.mk>
|