pkgsrc/x11/resourceproto/Makefile
wiz 88cb7cb684 Update to 1.1.0:
Nothing exciting, only packaging changes.

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 (2):
      Remove RCS tags.
      resourceproto 1.1.0
2009-08-26 12:06:01 +00:00

21 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/08/26 12:06:01 wiz Exp $
#
DISTNAME= resourceproto-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= Resource extension headers from X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= resourceext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= resourceproto.pc.in
USE_LANGUAGES= # empty
.include "../../mk/bsd.pkg.mk"