pkgsrc/fonts/xorg-fontserver/Makefile
joerg 22838bd6ee Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
2006-04-12 21:53:58 +00:00

27 lines
756 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/04/12 21:53:58 joerg Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-fontserver-${XORG_VER}
PKGREVISION= 2
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG}
DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \
X11R${XORG_VER}-src3.tar.gz
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.x.org/
COMMENT= X.org font server
USE_TOOLS+= imake
DISTINFO_FILE= ${.CURDIR}/../../x11/xorg-libs/distinfo
PATCHDIR= ${.CURDIR}/../../x11/xorg-libs/patches
XBUILD_DIRS= programs/xfs
XINCLUDE_DIRS= lib/xtrans
XINSTALL_MAN_DIRS= programs/xfs
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../meta-pkgs/xorg/Makefile.common"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"