pkgsrc/fonts/xorg-fonts75dpi/Makefile
joerg f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00

26 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.14 2006/10/09 12:52:34 joerg Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fonts75dpi-${XORG_VER}
PKGREVISION= 3
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.x.org/
COMMENT= X.org 75dpi bitmap fonts
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= imake
DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings
XBUILD_DIRS= fonts/encodings fonts/bdf/75dpi
XINSTALL_DIRS= fonts/bdf/75dpi
XEXTRACTS= ${XBUILD_DIRS}
FONTS_DIRS.x11= ${X11ROOT_PREFIX}/lib/X11/fonts/75dpi
.include "../../fonts/xorg-fontsEncodings/Makefile.common"
.include "../../mk/bsd.pkg.mk"