75488c4e59
A few long-waiting packaging fixes, one man page fix. The screensaver.h header file was moved from the scrnsaverproto module to here, clients should not be affected though.
36 lines
880 B
Makefile
36 lines
880 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/08/26 11:54:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libXScrnSaver-1.2.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 Screen Saver Library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= scrnsaverproto<1.2.0
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xscrnsaver.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.scrnsaverproto+= scrnsaverproto>=1.2.0
|
|
.include "../../x11/scrnsaverproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|