Initial import of XFree86-fontserver ( 4.3.0 )
This package contains the Font Server.
This commit is contained in:
parent
6fdafcb3da
commit
ddfde7619e
6 changed files with 69 additions and 0 deletions
1
XFree86-fontserver/DESCR
Normal file
1
XFree86-fontserver/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This package contains Font Server.
|
24
XFree86-fontserver/Makefile
Normal file
24
XFree86-fontserver/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2003/07/23 20:38:17 xtraeme Exp $
|
||||||
|
# $Id: Makefile,v 1.1.1.1 2003/07/23 20:38:17 xtraeme Exp $
|
||||||
|
|
||||||
|
DISTNAME= ${DISTFILES}
|
||||||
|
PKGNAME= XFree86-fontserver-${XFREE86_VERSION}
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
||||||
|
DISTFILES= X430src-1.tgz X430src-2.tgz X430src-3.tgz
|
||||||
|
|
||||||
|
MAINTAINER= xfree86@xtraeme.unixbsd.org
|
||||||
|
HOMEPAGE= http://www.xfree86.org/
|
||||||
|
COMMENT= XFree86 font server
|
||||||
|
|
||||||
|
USE_BUILDLINK2= YES
|
||||||
|
DISTINFO_FILE= ${.CURDIR}/../XFree86-libs/distinfo
|
||||||
|
PATCHDIR= ${.CURDIR}/../XFree86-libs/patches
|
||||||
|
|
||||||
|
XBUILD_DIRS= programs/xfs
|
||||||
|
XINCLUDE_DIRS= lib/xtrans programs/Xserver
|
||||||
|
XINSTALL_MAN_DIRS= programs/Xserver programs/xfs
|
||||||
|
|
||||||
|
.include "../../wip/XFree86/Makefile.common"
|
||||||
|
.include "../../wip/XFree86-libs/buildlink2.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
3
XFree86-fontserver/PLIST.FreeBSD
Normal file
3
XFree86-fontserver/PLIST.FreeBSD
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@comment $NetBSD: PLIST.FreeBSD,v 1.1.1.1 2003/07/23 20:38:16 xtraeme Exp $
|
||||||
|
lib/X11/doc/html/xfs.1.html
|
||||||
|
man/man1/xfs.1.gz
|
2
XFree86-fontserver/PLIST.NetBSD
Normal file
2
XFree86-fontserver/PLIST.NetBSD
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@comment $NetBSD: PLIST.NetBSD,v 1.1.1.1 2003/07/23 20:38:16 xtraeme Exp $
|
||||||
|
man/cat1/xfs.0
|
4
XFree86-fontserver/PLIST.common
Normal file
4
XFree86-fontserver/PLIST.common
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
@comment $NetBSD: PLIST.common,v 1.1.1.1 2003/07/23 20:38:16 xtraeme Exp $
|
||||||
|
bin/xfs
|
||||||
|
lib/X11/fs/config
|
||||||
|
@dirrm lib/X11/fs
|
35
XFree86-fontserver/files/host.def
Normal file
35
XFree86-fontserver/files/host.def
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* XFree86 packages for pkgsrc system
|
||||||
|
*
|
||||||
|
* $Id: host.def,v 1.1.1.1 2003/07/23 20:38:18 xtraeme Exp $
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define ProjectRoot PREFIX
|
||||||
|
#define NothingOutsideProjectRoot YES
|
||||||
|
#define BuildFonts NO
|
||||||
|
#define Build75DpiFonts NO
|
||||||
|
#define Build100DpiFonts NO
|
||||||
|
#define BuildSpeedoFonts NO
|
||||||
|
#define BuildType1Fonts NO
|
||||||
|
#define BuildCIDFonts NO
|
||||||
|
#define BuildCyrillicFonts NO
|
||||||
|
#define BuildLatin2Fonts NO
|
||||||
|
#define XF86Server NO
|
||||||
|
#define XnestServer NO
|
||||||
|
#define XVirtualFramebufferServer NO
|
||||||
|
#define XprtServer NO
|
||||||
|
#define LibHeaders NO
|
||||||
|
#define ForceNormalLib NO
|
||||||
|
#define XTrueTypeInstallCConvHeaders NO
|
||||||
|
#define SharedLibGLw NO
|
||||||
|
#define StandardIncludes -IPREFIX/include
|
||||||
|
|
||||||
|
#define BuildServer YES
|
||||||
|
#define BuildFontServer YES
|
||||||
|
#define BuildServersOnly YES
|
||||||
|
#define InstallFSConfig YES
|
||||||
|
#define UseInstalledPrograms YES
|
||||||
|
|
Loading…
Reference in a new issue