diff options
Diffstat (limited to 'x11/bitmap/Makefile')
-rw-r--r-- | x11/bitmap/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile new file mode 100644 index 00000000000..499d0ed3532 --- /dev/null +++ b/x11/bitmap/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/07 15:04:24 joerg Exp $ +# + +DISTNAME= bitmap-1.0.3 +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= 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" |