pkgsrc/fonts/xorg-fontsMisc/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
688 B
Makefile

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