pkgsrc/x11/libXevie/Makefile
joerg fc12549b08 Import libXevie-1.0.2 from pkgsrc-wip:
This package contains the library and header files for the X Event
Interceptor Library. This is from the modular X.org project.
2006-11-03 21:50:18 +00:00

28 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:50:18 joerg Exp $
#
DISTNAME= libXevie-1.0.2
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Event Interceptor Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xevie.pc.in
.include "../../x11/evieext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"