f75176b39c
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
26 lines
706 B
Makefile
26 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/10/09 12:52:34 joerg Exp $
|
|
|
|
DISTNAME= X11R${XORG_VER}-src1
|
|
PKGNAME= xorg-fonts100dpi-${XORG_VER}
|
|
PKGREVISION= 3
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.x.org/
|
|
COMMENT= X.org 100dpi bitmap fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= imake
|
|
|
|
DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings
|
|
|
|
XBUILD_DIRS= fonts/encodings fonts/bdf/100dpi
|
|
XINSTALL_DIRS= fonts/bdf/100dpi
|
|
XEXTRACTS= ${XBUILD_DIRS} fonts/bdf/75dpi/Imakefile.inc
|
|
|
|
FONTS_DIRS.x11= ${X11ROOT_PREFIX}/lib/X11/fonts/100dpi
|
|
|
|
.include "../../fonts/xorg-fontsEncodings/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|