0ad3210c8c
This release fixes a long standing bug in the bitmap editor where operations would not work properly when NumLock was on. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration bitmap 1.0.9 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Walter Harms (1): same time ago the user Frederic Baldit complained (on xorg) that
21 lines
557 B
Makefile
21 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/02/10 23:30:57 wiz Exp $
|
|
|
|
DISTNAME= bitmap-1.0.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Bitmap editor and conversion utilities
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|