pkgsrc/x11/libXTrap/Makefile
wiz ea804b3187 Update to 1.0.1:
Alan Coopersmith (3):
      renamed: .cvsignore -> .gitignore
      Add README with pointers to mailing list, bugzilla & git repos
      Add note about XTrap history & deprecation to README

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
                                                                                                                                                                               Jamey Sharp (1):
      SyncHandle must not be called with the Display lock held.

Jeremy Huddleston Sequoia (3):
      configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake 1.13
      configure.ac: foreign and use XORG_COMPILER_FLAGS
      configure.ac: 1.0.1

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, compiler warnings.

Thomas Klausner (2):
      Fix memset usage.
      Remove unnecessary memset return value casts to void.
2013-01-21 13:25:59 +00:00

26 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/01/21 13:25:59 wiz Exp $
#
DISTNAME= libXTrap-1.0.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Trap Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xtrap.pc.in
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/trapproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"