d2ad8b9bd6
This minor maintenance release includes build configuration improvements and janitorial cleanups. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (6): Remove unused TLI ("STREAMSCONN") code from libSM unifdef -U__UNIXOS2__ Constify previous_id argument to SmcOpenConnection unifdef WORD64 (leftover bits of Cray support) Fix some clang warnings about integer size/sign conversions libSM 1.2.2 Colin Walters (1): autogen.sh: Implement GNOME Build API
30 lines
685 B
Makefile
30 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/09/08 08:23:58 wiz Exp $
|
|
|
|
DISTNAME= libSM-1.2.2
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.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
|
|
|
|
CONFIGURE_ARGS+= --without-libuuid
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../x11/libICE/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/xtrans/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|