pkgsrc/x11/imwheel/Makefile

22 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/01/15 12:42:52 obache Exp $
#
DISTNAME= imwheel-0.9.9
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imwheel/}
MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://imwheel.sourceforge.net/
COMMENT= Tool which helps to use mousewheels
USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-gpm
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"