pkgsrc/fonts/xorg-fonts100dpi/Makefile
xtraeme 2f607065ea * There's no need to use a distinfo file for every xorg-fonts*
package anymore, they are using the same distfile.
* Apply patch from Joerg Sonnenberger to fix build/installation on
  DragonFlyBSD -current.

This should fix PR pkg/30254 from Joerg.
2005-05-23 20:53:27 +00:00

19 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/05/23 20:53:27 xtraeme Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fonts100dpi-${XORG_VER}
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.x.org/
COMMENT= X.org 100dpi bitmap fonts
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
.include "../../fonts/xorg-fontsEncodings/Makefile.common"
.include "../../mk/bsd.pkg.mk"