d516c8b663
Most libraries were updated to newer versions, in some cases patches were backported instead. Most notably, x11/libX11 was updated to 1.6.0 Security: CVE-2013-1981 CVE-2013-1982 CVE-2013-1983 CVE-2013-1984 CVE-2013-1985 CVE-2013-1986 CVE-2013-1987 CVE-2013-1988 CVE-2013-1989 CVE-2013-1990 CVE-2013-1991 CVE-2013-1992 CVE-2013-1993 CVE-2013-1994 CVE-2013-1995 CVE-2013-1996 CVE-2013-1997 CVE-2013-1998 CVE-2013-1999 CVE-2013-2000 CVE-2013-2001 CVE-2013-2002 CVE-2013-2003 CVE-2013-2004 CVE-2013-2005 CVE-2013-2062 CVE-2013-2063 CVE-2013-2064 CVE-2013-2066
52 lines
1.2 KiB
Makefile
52 lines
1.2 KiB
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXcursor
|
|
PORTVERSION= 1.1.14
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X client-side cursor loading library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xrender x11 xfixes fixesproto xproto:both \
|
|
xextproto
|
|
|
|
CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons
|
|
|
|
MAN3= Xcursor.3 \
|
|
XcursorImageCreate.3 \
|
|
XcursorImageDestroy.3 \
|
|
XcursorImagesCreate.3 \
|
|
XcursorImagesDestroy.3 \
|
|
XcursorCursorsCreate.3 \
|
|
XcursorCursorsDestroy.3 \
|
|
XcursorXcFileLoadImage.3 \
|
|
XcursorXcFileLoadImages.3 \
|
|
XcursorXcFileLoadAllImages.3 \
|
|
XcursorXcFileLoad.3 \
|
|
XcursorXcFileSave.3 \
|
|
XcursorFilenameLoadImage.3 \
|
|
XcursorFilenameLoadImages.3 \
|
|
XcursorFilenameLoadAllImages.3 \
|
|
XcursorFilenameLoad.3 \
|
|
XcursorFilenameSaveImages.3 \
|
|
XcursorFilenameSave.3 \
|
|
XcursorLibraryLoadImage.3 \
|
|
XcursorLibraryLoadImages.3 \
|
|
XcursorFilenameLoadCursor.3 \
|
|
XcursorLibraryLoadCursor.3 \
|
|
XcursorLibraryLoadCursors.3 \
|
|
XcursorShapeLoadImage.3 \
|
|
XcursorShapeLoadImages.3 \
|
|
XcursorShapeLoadCursor.3 \
|
|
XcursorShapeLoadCursors.3 \
|
|
XcursorSupportsARGB.3 \
|
|
XcursorSetDefaultSize.3 \
|
|
XcursorGetDefaultSize.3 \
|
|
XcursorSetTheme.3 \
|
|
XcursorGetTheme.3
|
|
|
|
.include <bsd.port.mk>
|