summaryrefslogtreecommitdiff
path: root/x11/libXpm/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 21:06:54 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 21:06:54 +0000
commitb0e959abc8d11ce0d76b77c6e76719ebdf87c932 (patch)
treeb33791b866b17f9bbc2ae94802bc3dd6cae17d51 /x11/libXpm/Makefile
parent7ca1d2cac7c84d52949829875ff735745ea398cc (diff)
downloadpkgsrc-b0e959abc8d11ce0d76b77c6e76719ebdf87c932.tar.gz
Import libXpm-3.5.6 from pkgsrc-wip:
XPM (X PixMap) is a format for storing and retrieving X pixmaps to and from files. This libXpm is from the modular Xorg X11. This package includes the cxpm(1) tool for checking XPM files and the sxpm(1) tool for viewing and conversions of XPM files.
Diffstat (limited to 'x11/libXpm/Makefile')
-rw-r--r--x11/libXpm/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile
new file mode 100644
index 00000000000..f01ddb372df
--- /dev/null
+++ b/x11/libXpm/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:06:54 joerg Exp $
+#
+
+DISTNAME= libXpm-3.5.6
+CATEGORIES= graphics x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.xorg
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X PixMap Library from modular Xorg X11
+
+CONFLICTS+= xpm-[0-9]*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+PKGCONFIG_OVERRIDE+= xpm.pc.in
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"