8a7a65fcb8
No protocol changes, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags Move Xeviestr.h to evieproto.h for consistency with other modules. evieproto 1.1.0
19 lines
431 B
Makefile
19 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/29 15:26:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= evieext-1.1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= EvIE extension headers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/evieproto.pc.in
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|