This minor maintenance release fixes some compiler warnings & man page typos, and other code cleanups. Alan Coopersmith (6): Fix pixmap leak in error paths of BWGetUnzoomedPixmap Combine usage messages into a single string Fix genererate typo in bmtoa error messages Simplify & unify error path between mktemp & mkstemp versions Mark usage() functions as noreturn, as suggested by gcc bitmap 1.0.7 Bjarni Ingi Gislason (1): bitmap.man: Fix some typos.
21 lines
556 B
Makefile
21 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/18 13:37:41 wiz Exp $
|
|
|
|
DISTNAME= bitmap-1.0.7
|
|
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"
|