summaryrefslogtreecommitdiff
path: root/x11/libXfont/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 21:45:46 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 21:45:46 +0000
commit8ed9daacd38d7cd88fbdc9b13a00052038c90ac6 (patch)
treeafb4e8789df2f05395c22617e1c587005121f10d /x11/libXfont/Makefile
parent7d314a9451de7628a3b7fc405dd6ca568c39c1d9 (diff)
downloadpkgsrc-8ed9daacd38d7cd88fbdc9b13a00052038c90ac6.tar.gz
Import libXfont-1.2.3 from pkgsrc-wip:
This package provides the X font Library from the modular X.org X11 project.
Diffstat (limited to 'x11/libXfont/Makefile')
-rw-r--r--x11/libXfont/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile
new file mode 100644
index 00000000000..1af922607bd
--- /dev/null
+++ b/x11/libXfont/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:45:46 joerg Exp $
+#
+
+DISTNAME= libXfont-1.2.3
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X font Library
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= xfont.pc.in
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../x11/fontcacheproto/buildlink3.mk"
+.include "../../fonts/libfontenc/buildlink3.mk"
+.include "../../x11/fontsproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/xtrans/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"