summaryrefslogtreecommitdiff
path: root/x11/libFS/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-03 17:21:54 +0000
committerjoerg <joerg>2006-11-03 17:21:54 +0000
commit56f993b3b59de3719892d8f8109f7fb82d388df5 (patch)
tree476e592ed68d00918720e8890af3167991d8151a /x11/libFS/Makefile
parent0b0e6e9d9794c4770f5184dbf45da6e8ea9c2a6c (diff)
downloadpkgsrc-56f993b3b59de3719892d8f8109f7fb82d388df5.tar.gz
Import libFS-1.0.0 from pkgsrc-wip, the X Font Server Interface
Library.
Diffstat (limited to 'x11/libFS/Makefile')
-rw-r--r--x11/libFS/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/libFS/Makefile b/x11/libFS/Makefile
new file mode 100644
index 00000000000..49075e52e30
--- /dev/null
+++ b/x11/libFS/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:21:54 joerg Exp $
+#
+
+DISTNAME= libFS-1.0.0
+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 Server Interface Library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= fs.pc.in
+
+.include "../../x11/fontsproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/xtrans/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"