[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xset

File: [cvs.NetBSD.org] / pkgsrc / x11 / xset / Makefile (download)

Revision 1.5, Wed Apr 16 21:49:37 2008 UTC (16 years ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines

Update to 1.0.4:

Adam Jackson (1):
      xset 1.0.4

Alan Coopersmith (3):
      Make code formatting consistent
      Convert function declarations from K&R to ANSI C
      Delete duplicated #include statements

James Cloos (1):
      Add *~ to .gitignore to skip patch/emacs droppings

gsr.bugs (1):
      Manpage: Add mention of mouse acceleration with zero threshold

# $NetBSD: Makefile,v 1.5 2008/04/16 21:49:37 wiz Exp $
#

DISTNAME=		xset-1.0.4
CATEGORIES=		x11
MASTER_SITES=		http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		joerg@NetBSD.org
HOMEPAGE=		http://xorg.freedesktop.org/
COMMENT=		X11 user preferences utility

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config

CONFIGURE_ENV+=		APP_MAN_SUFFIX=1

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXxf86misc/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"