pkgsrc-wip/libSM/Makefile
Jeremy C. Reed 70d8e259af Improve description and comment. This is the X Session
Management Library.

Update to use modular x.org version (release candidate 2)
instead of deprecated xlibs. No changes listed here --
is a work in progress.

Comment out or remove buildlink includes for libX11 and threads.
Add buildlink include for xproto and xtrans.

Add comment to PLIST.

Remove some includes from buildlink3.mk file.
Just include libICE.
2005-11-12 01:35:13 +00:00

28 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/11/12 01:35:13 jeremy-c-reed Exp $
#
DISTNAME= libSM-0.99.2
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/X11R7.0-RC2/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xlibs.freedesktop.org/
COMMENT= X Session Management Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= sm.pc.in
# XXX it is based on how libX11 was built ?
#.include "../../mk/pthread.buildlink3.mk"
.include "../../wip/libICE/buildlink3.mk"
.include "../../wip/xproto/buildlink3.mk"
.include "../../wip/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"