f388308176
But it is needed to build. So use BUILD_DEPENDS instead of DEPENDS. (This is the way the xorg-fonts* packages do it.) Also bump PKGREVISIONs for these. (Okayed by maintainer, Juan RP.)
21 lines
641 B
Makefile
21 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:27 reed Exp $
|
|
|
|
DISTNAME= ${DISTFILES}
|
|
PKGNAME= XFree86-fontsMisc-${XF_VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
|
DISTFILES= XFree86-${XF_VER}-src-1.tgz XFree86-${XF_VER}-src-4.tgz
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.xfree86.org/
|
|
COMMENT= XFree86 default bitmap fonts
|
|
|
|
NO_XFREE86_TARGETS= # defined
|
|
FONTS_MISC= # defined
|
|
WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc
|
|
EXTRACT_ONLY= XFree86-${XF_VER}-src-4.tgz
|
|
|
|
.include "../../fonts/XFree86-fontsEncodings/Makefile.common"
|
|
.include "../../meta-pkgs/XFree86/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|