Alan Coopersmith (9): Add README with pointers to mailing list, bugzilla & git repos Move API doc from xorg-doc/doc/FSlib.doc Make FSlib.txt prototypes match those in headers. Fix server name handling in IOError messages during connection setup Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's Constify FSErrorList Strip out-of-date RCS/CVS & SCCS version tags Move CWARNFLAGS to Makefile.am for easier build-time overriding Version 1.0.2 Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and compiler warnings. Peter Korsgaard (1): bcopy -> memmove
32 lines
734 B
Makefile
32 lines
734 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/07/18 10:30:19 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libFS-1.0.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 Font Server Interface Library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libfs.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../x11/fontsproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/xtrans/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|