Fri Oct 3 02:29:22 2008 UTC ()
xcursor.pc is taken care of, and xcursor-config is no more, so g/c .if 0
related code.


(cube)
diff -r1.2 -r1.3 src/external/mit/xorg/lib/libXcursor/Makefile

cvs diff -r1.2 -r1.3 src/external/mit/xorg/lib/libXcursor/Makefile (expand / switch to context diff)
--- src/external/mit/xorg/lib/libXcursor/Makefile 2008/09/13 04:32:30 1.2
+++ src/external/mit/xorg/lib/libXcursor/Makefile 2008/10/03 02:29:22 1.3
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2008/09/13 04:32:30 cube Exp $
+#	$NetBSD: Makefile,v 1.3 2008/10/03 02:29:22 cube Exp $
 
 .include <bsd.own.mk>
 
@@ -23,34 +23,6 @@
 	Xrender	${.CURDIR}/../libXrender \
 	Xext	${.CURDIR}/../libXext \
 	X11	${.CURDIR}/../libX11/dynamic
-
-.if 0
-# XXX it would be really swell if SCRIPTS was available from bsd.lib.mk
-FILES=			xcursor.pc xcursor-config
-FILESDIR_xcursor.pc=	${X11USRLIBDIR}/pkgconfig
-FILESDIR_xcursor-config=${X11BINDIR}
-FILESOWN_xcursor-config=${BINOWN}
-FILESGRP_xcursor-config=${BINGRP}
-FILESMODE_xcursor-config=${BINMODE}
-
-CLEANFILES+=${FILES}
-realall: ${FILES}
-
-XCURSORDIR=	${X11SRCDIR.xc}/lib/Xcursor
-CONFIG_SUBST=	${HOST_SH} ${XCURSORDIR}/config-subst \
-		prefix="${X11ROOTDIR}" \
-		exec_prefix="${X11BINDIR}" \
-		libdir="${X11USRLIBDIR}" \
-		includedir="${X11INCDIR}" \
-		hardcode_libdir_flag_spec="-Wl,-rpath,${X11USRLIBDIR}" \
-		PACKAGE_VERSION="1.0.0"
-
-xcursor.pc:
-	${CONFIG_SUBST} < ${XCURSORDIR}/xcursor.pc.in > ${.TARGET}
-
-xcursor-config:
-	${CONFIG_SUBST} < ${XCURSORDIR}/xcursor-config.in > ${.TARGET}
-.endif
 
 PKGDIST=	${LIB}