7568ebe9ae
renamed: .cvsignore -> .gitignore Add README with pointers to mailing list, bugzilla & git repos Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS libXxf86misc 1.0.2 Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log nuke RCS Ids Janitor: ansification, make distcheck, compiler warnings, .gitignore.
34 lines
830 B
Makefile
34 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/01/15 18:29:15 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libXxf86misc-1.0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Library for the XFree86-Misc X extension
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= xxf86misc.pc.in
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xf86miscproto/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|