diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 17:21:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 17:21:54 +0000 |
commit | c879f1c7b9b810e33b36c068b72936d88addf6d2 (patch) | |
tree | 476e592ed68d00918720e8890af3167991d8151a /x11/libFS/Makefile | |
parent | 706d6ef4e986b5f0c4e5f427c8d4677473cc7fb7 (diff) | |
download | pkgsrc-c879f1c7b9b810e33b36c068b72936d88addf6d2.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/Makefile | 26 |
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" |