Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier Fill in COPYING, README, & AUTHORS Strip RCS/CVS ids Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add missing PHONY line for automatic ChangeLog generation xaw8 is gone, use xaw7 Build fix for case-insensitive file systems Fix typo in bitmap.man Fix build with builddir != srcdir $(builddir) is the current directory Ansification and compile warning fixes. Rename app-defaults files to match "pattern" used on other applications.
20 lines
483 B
Makefile
20 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/11/09 19:43:31 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= bitmap-1.0.4
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|